Outils pour utilisateurs

Outils du site


robots:rasmobot:linux_cfg

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
robots:rasmobot:linux_cfg [04/2020] – [commandes diverse] fredrobots:rasmobot:linux_cfg [07/2020] (Version actuelle) – [branch] fred
Ligne 115: Ligne 115:
   git push origin feature_branch_name    //Push your branch to the remote repository    git push origin feature_branch_name    //Push your branch to the remote repository 
   //-u option to set up a tracking branch?    //-u option to set up a tracking branch? 
 +</code>
 +
 +Mettre de coté une modif
 +<code bash>
 +git --no-pager log --oneline --graph --decorate -n 15
 +git branch modif_a_mettre_de_cote
 +git checkout branche_principale
 +git reset --hard 73b599328
 +git push origin branche_principale -f
 +ou git push origin HEAD:branche_principale -f 
 </code> </code>
  
Ligne 146: Ligne 156:
  .gitconfig  .gitconfig
 <code bash> <code bash>
 +glt = !git --no-pager log --oneline --all --graph --decorate -n 20
 +
 +
 [diff] [diff]
         tool = mybc4         tool = mybc4
robots/rasmobot/linux_cfg.1588251891.txt.gz · Dernière modification : 04/2020 de fred