Created
November 9, 2009 06:14
-
-
Save alvin2ye/229728 to your computer and use it in GitHub Desktop.
new git resp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # new git resp | |
| 1. | |
| vi gitosis.conf | |
| git ci -m "add new xxx" | |
| git push | |
| 2. | |
| git init | |
| 3. | |
| git remote add origin git+ssh://xxx.git | |
| 4. | |
| git add . | |
| 5. | |
| git commit -m "first" | |
| 6. | |
| git push origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment