Skip to content

Gabr13l3T0rr3/BruggCables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GIT

To see your changes since the last commit:

$ git status

To commit the code of your local copy to your local repository:

# a single file
$ git commit path/to/this_file -m 'my commit message' 
# all files
$ git commit -am 'my commit message'

To push the code of your local copy to the master:

$ git push

To get the code from the master to your local copy:

$ git pull 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published