Skip to content

Instantly share code, notes, and snippets.

@meskarune
Last active January 17, 2019 15:35
Show Gist options
  • Save meskarune/d8ebd48284c59d633a8aed56fcbb6931 to your computer and use it in GitHub Desktop.
Save meskarune/d8ebd48284c59d633a8aed56fcbb6931 to your computer and use it in GitHub Desktop.

The first one just shows cloning, adding a file and then pushing the commits:

unicode: https://ptpb.pw/t/1kkA

no-unicode: https://ptpb.pw/t/gkoq

The next video is how to use rebase when the code on the server is ahead of the local and you have commits you want to push. Unlike merge it helps to preserve commit history.

unicode: https://ptpb.pw/t/pKxl

no-unicode: https://ptpb.pw/t/-bCU

The last video is on creating branches and merging them:

unicode: https://ptpb.pw/t/7tN5

no-unicode: https://ptpb.pw//t/3hpk

@meskarune
Copy link
Author

note to me: show rolling back previous versions, and also rolling back a single file, and also make a video on git log and git diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment