Skip to content

Instantly share code, notes, and snippets.

@thamsrang
Last active December 10, 2018 06:06
Show Gist options
  • Select an option

  • Save thamsrang/e50ef1edf55400f0645c74124309319b to your computer and use it in GitHub Desktop.

Select an option

Save thamsrang/e50ef1edf55400f0645c74124309319b to your computer and use it in GitHub Desktop.
  1. what is git ?
  2. what is difference between git and github and gitlab?
  3. any other version control tools other git? -->svn
  4. what is difference between svn and git?
  5. what is merge conflicts have you faced ever in you experience? if you face how you resolve?
  6. what is git stash?
  7. what is git HEAD?
  8. what is staging area in git?
  9. what is difference between git fetch and pull and clone?
  10. what is difference between git merge and rebase?
  11. what is .gitingnore file? what is the purpose of the file?
  12. what is git branch? have you worked on branches?
  13. how to merge branches?
  14. what is cherrypic in git?
  15. how to create a git project?
  16. how to check difference in between two files?
  17. how edit the committed message?
  18. how to check the last few commits?
  19. how to delete remote baranch and local branch ?
  20. how to create local branch?
  21. what is tag.
  22. how to roll back committed code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment