GitHub_commands
GitHub_commands
-----------------------------------------
2. Clone a Repository
---------------------
cd repo
------------------------
4. Making Changes
-----------------
------------------------------
--------------------------
git pull --rebase origin branch-name # Rebase your work (cleaner history)
----------------------------
8. Stashing Changes
-------------------
---------------------------
--------------------
--------------------
--------------------------------
- Always `pull` before you `push`.