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 [07/2020] – [branch] 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>
  
robots/rasmobot/linux_cfg.1595246373.txt.gz · Dernière modification : 07/2020 de fred