Search posts, tags, users, and pages
B Z
Software engineer, artist, paw parent of two sweet cats.
Branches Check current branch: git branch Create new branch git checkout -b feature-branch-name Note: this command will also switch from current branch to the new branch Synch a feature branch to the main branch git checkout main-branch git pull git ...
No responses yet.