Skip to content

dmxiaoshen/gitTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Study Git

##create first git project

  1. git init
    cd your local directory and execute git init,for example:

    git init
    
  2. git clone
    get git project by remote,you can get what you like,for this:

    git clone [url]
    

##base command
###git status
list the information of the project

git status -s

###git add / git commit

git add  
git commit -m 'description content'

###git branch
list branchs for current project

git branch

About

my first git project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages