Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Git

  • GitHub: visit edit-participants and fork the project.

  • git clone git@github.com:cm-demo/participants.git

  • git branch add-myself

  • git checkout add-myself

  • edit the participants.json file

  • git status

  • git diff

  • git add participants.json

  • git commit -m "some excuse"

  • git push

  • git push --set-upstream origin add-myself

  • GitHub: Send Pull-Request

  • gitk --all

  • git pull

  • git remote

  • git rebase