dratasich / udacity-course-ud775

Notes on Udacity Course "How to use Git and GitHub"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to Use Git and GitHub

Notes and reflections on the Udacity course "How to Use Git and GitHub".

Reflections

Git Tricks for Advanced Users

  • git config --global merge.conflictstyle diff3 if you don't use a mergetool; diff3 explained
  • nice bash prompt
  • nice git log with alias gitlog='git log --all --graph --decorate'
  • use interactive staging with git add -i, a flexible and convienent way to stage changes

Git References

Comics

xkcd git. xkcd git commit message.

xkcd comic on git and git commit.

Udacity Course.

From the udacity course "How to Use Git and GitHub".

About

Notes on Udacity Course "How to use Git and GitHub"