Seems that you use git
Intro I used git for several years. If you don’t know git, you should. Including it in resume will increase your value.
Usually I use Intellij IDEA to manage the changes, and sometimes I use Source Tree to make commits.
With command-line, mostly I was like:
git status git add foo git fetch git commit git rebase origin/develop git push Soon or later, a mistake might happen. I’ll explain how to rectify.…
Read more ⟶