Skip to content

czhenly/test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

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

No packages published

Languages