-
Notifications
You must be signed in to change notification settings - Fork 0
czhenly/test
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
###### #1.clone source code # #git clone https://github.com/czhen1992/test.git #2.create new branch for coding # #git checkout -b t-1 # #3. add a new file to staged # #git add Readme # #4. commit # #git commit -m "commnet xxxxxxx" # # # # # #Others: # #git status -----> used to view modifiy files in staged # #git init -----> used to init a repository # #associte local repo and remote repo #git remote add origin https://github.com/czhen1992/test.git # #git push -u origin master # #set current code for origin upstream #git push --set-upstream origin t-1
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published