commit
a773575bd9
@ -0,0 +1,16 @@
|
|||||||
|
# ---> WebMethods
|
||||||
|
**/IntegrationServer/datastore/
|
||||||
|
**/IntegrationServer/db/
|
||||||
|
**/IntegrationServer/DocumentStore/
|
||||||
|
**/IntegrationServer/lib/
|
||||||
|
**/IntegrationServer/logs/
|
||||||
|
**/IntegrationServer/replicate/
|
||||||
|
**/IntegrationServer/sdk/
|
||||||
|
**/IntegrationServer/support/
|
||||||
|
**/IntegrationServer/update/
|
||||||
|
**/IntegrationServer/userFtpRoot/
|
||||||
|
**/IntegrationServer/web/
|
||||||
|
**/IntegrationServer/WmRepository4/
|
||||||
|
**/IntegrationServer/XAStore/
|
||||||
|
**/IntegrationServer/packages/Wm*/
|
||||||
|
|
@ -0,0 +1,7 @@
|
|||||||
|
The source code in this package is copyright 1999-2010 by Andrew Plotkin.
|
||||||
|
|
||||||
|
You may copy and distribute it freely, by any means and under any conditions,
|
||||||
|
as long as the code and documentation is not changed. You may also incorporate
|
||||||
|
this code into your own program and distribute that, or modify this code and
|
||||||
|
use and distribute the modified version, as long as you retain a notice in
|
||||||
|
your program or documentation which mentions my name and the URL shown above.
|
@ -0,0 +1,19 @@
|
|||||||
|
#### 从命令行创建一个新的仓库
|
||||||
|
|
||||||
|
```bash
|
||||||
|
touch README.md
|
||||||
|
git init
|
||||||
|
git add README.md
|
||||||
|
git commit -m "first commit"
|
||||||
|
git remote add origin https://bdgit.educoder.net/Qb65hnelu/Foodyuppie.git
|
||||||
|
git push -u origin master
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
#### 从命令行推送已经创建的仓库
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git remote add origin https://bdgit.educoder.net/Qb65hnelu/Foodyuppie.git
|
||||||
|
git push -u origin master
|
||||||
|
|
||||||
|
```
|
Loading…
Reference in new issue