Skip to content

yuanhawk/LifeHacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

ReadMe-GitFunctions

List of important functions (cos I don't ever remember this stuff, yeah)

git config --global user.name "MyName" git config --global user.email MyEmail

//cd to the right directory pls cd dir

//Clone into local repos git clone url

//Add file git add (file name)

--Every Update-- //Check status of file git status

//Add commit git commit -m "committed msg" filename

//Update to github git push -u origin master

About

Read on how to use the relevant Git Functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published