No results found in makandra dev.
Best results in other decks
Understand the differences between git diff and git diff --staged (or git diff --cached) Understand the difference between git reset and git reset --hard Use git add -p
...git checkout -p Note you can also rollback partial changes from the line gutter in RubyMine. Use git rebase -i Understand what it means for pushing to a remote, and...
Git is our version control system. Goals Understand why we use git. Learn how to work with your local repository: Create a local repository (git init) Commit changes (git add...
See the history (git log) See changes (git diff) Work with branches Create new ones: git switch --create or git checkout -b. Switch to existing branches: git switch...