few changes, in makefile added colors

This commit is contained in:
hugogogo
2022-06-03 11:04:23 +02:00
parent cc2558f6a4
commit 080109e9c3
5 changed files with 41 additions and 3 deletions

View File

@@ -33,7 +33,10 @@
**git stash pop** reapply the stashed changes and removes them from the stash area
**git stash apply** reaply the stashed changes and keep them in the stash area
**git config --global credential.helper store** store the passwords in .git-credentials in the HOME directory (thanks to global, as opposed to the project directory) so you don't have tot type it each time
**git cherry-pick NAME_OF_BRANCH** ti merge a branch into the actual one, but only with the last commit
**git config --global core.editor "vim"** change the git editor for vim
**git cherry-pick NAME_OF_BRANCH** it merge a branch into the actual one, but only with the last commit
**git log --graph** show the graph of the commits with branchs
**git log --first-parent master** show all the commits directly on master (or other branch)
**relier dossier sur serveur en local avec git**
**acceder au serveur via ssh :**
`ssh hugugtzx@world-370.fr.planethoster.net -p 5022`