DEV Community

Cover image for First Milestone to get familiar with Git
Egit S.
Egit S.

Posted on • Originally published at esabook.wordpress.com on

First Milestone to get familiar with Git

Here is just my note for little imagine-inspiration.

Please read each terminology about what is and why should happen, don’t read the command if you not familiar with it. There regularly order from initial basic:

  1. Head, Branch
  2. Init
  3. Clone
  4. Fork
  5. Checkout
  6. Commit
  7. Tag
  8. Stash
  9. Merge
  10. Rebase
  11. Fetch
  12. Push
  13. Pull
  14. Reset
  15. Reverse
  16. Cherry Pick
  17. Patch

Goto the official document https://git-scm.com/docs

Simple good tools for GUI-ing git:

  1. GitKraken
  2. SourceTree
  3. Git Desktop
  4. IDE – like Atom, Sublime, VS Code, Intelij, Visual Studio, RAD, etc
  5. more . . .
  6. Git Flow or Trunk??

Heroku

Simplify your DevOps and maximize your time.

Since 2007, Heroku has been the go-to platform for developers as it monitors uptime, performance, and infrastructure concerns, allowing you to focus on writing code.

Learn More

Top comments (0)

Heroku

This site is built on Heroku

Join the ranks of developers at Salesforce, Airbase, DEV, and more who deploy their mission critical applications on Heroku. Sign up today and launch your first app!

Get Started

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay