JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
Gallery
DB App-Eat-Easier v3.0
App-Eat-Easier
More
Share
Explore
Git & GitHub
Git lessons
Git Flow:
if you want to see the git flow tree:
https://stackoverflow.com/questions/39793560/what-command-to-use-to-see-what-branch-my-actual-branch-derived-from
git log --oneline --decorate --graph
Git Stash:
Git stash could be
very useful !!
, but at the same time could be
dangerous !!
if you do git stash and then at the end you do git stash clean
you are going to lose the last no commited changes + any other file that is hidden
(WARNING !!!)
Here is a very good explained link:
https://www.atlassian.com/git/tutorials/saving-changes/git-stash
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
Ctrl
P
) instead.