Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

#demo repo 2

Here are git commands to remember:-

  1. git status

  2. git add .(for all) / git add

  3. git commit -m "message"

  4. git commit -am "message"

  5. git push

  6. git push -u origin

  7. git pull

  8. git branch

  9. git branch -d

  10. git checkout -b <new_branchname>

  11. git checkout branchname

  12. git reset

  13. git reset

  14. git reset -HEAD

  15. git reset -HEAD~1

    OR

    git reset -HEAD~2 and so on...

  16. git reset -hard <commit_code>

git branch

About

Practice Git Repo - 2

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages