Skip to content

CodeChefVIT/git-cheatsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

git-cheatsheet

This Repository is a guide to all the git commands you need to use in case any of these situations arise

  • Clone a Repository
 git clone https://github.com/CodeChefVIT/git-cheatsheet.git Replace url with your required repository url 
  • Pushing to a Repository
 git add . git commit -m <commit message> git push origin master To add just one file or a set of files replace the . with your filename in first command
  • Check where is your Repository remote
 git remote -v

Releases

No releases published

Packages

No packages published

Contributors 11