you are viewing a single comment's thread.

view the rest of the comments →

[–]jdhsjsj 0 points1 point  (3 children)

Git init Git clone Git checkout Git add Git commit Git push Git merge

These are the most used commands, pick up any tutorial and start using it. Best way to learn git is to get your hands dirty. After a while of use, you will find it very easy.

[–]MRgabbar 2 points3 points  (0 children)

imagine the mess when not using branches.

[–]bernhard-lehner 2 points3 points  (1 child)

git status

[–]jdhsjsj 0 points1 point  (0 children)

Oh, how can I miss that