Skip to content

nikhilsharma2407/batch-32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. git init - initialise a git repository
  2. git add - to add the current file to staging
  3. git add . - to stage contents of entire folder
  4. git commit -m "message" - used for commit staged file/files
  5. git reset head - for unstaging all the files
  6. git reset - for unstaging single file
  7. git push - for pushing our changes to remote repo
  8. git checkout branchName/commit hash
  9. git branch - all the branches
  10. git checkout -b "branch-name"
  11. git merge - merge any other branch to your current branch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published