Les Partages de Memiks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
4 results tagged commit  ✕
GitFlow considered harmful | End of Line Blog http://endoflineblog.com/gitflow-considered-harmful
Tue Mar 7 17:01:46 2017 archive.org
QRCode

Un article sur le fait qu'il ne faut pas faire trop de branche en GIT...

Je pense surtout que l'auteur fait des pull au lieu de fetch/rebase
et ne connait pas le rebase avant push
ni le fait que l'on peut réécrire l'historique ou même grouper des commits.

mais effectivement avec le fonctionnement "de base" il vaut mieux se limiter...

Voir aussi http://endoflineblog.com/follow-up-to-gitflow-considered-harmful

git workflow rebase pull commit branch erreur
How to Write a Git Commit Message http://chris.beams.io/posts/git-commit/
Thu Sep 10 18:25:27 2015 archive.org
QRCode
thumbnail

Merci pour ce partage, cela va mettre très utile ;)

The seven rules of a great git commit message

  1. Separate subject from body with a blank line
  2. Limit the subject line to 50 characters
  3. Capitalize the subject line
  4. Do not end the subject line with a period
  5. Use the imperative mood in the subject line
  6. Wrap the body at 72 characters
  7. Use the body to explain what and why vs. how

A properly formed git commit subject line should always be able to complete the following sentence:
If applied, this commit will your subject line here
ex : If applied, this commit will Fix bug with Y

-- chris.beams.io

git commit rules
git enlever un fichier ajouté avant un commit - Dlareg Blog http://www.dlareg.org/post/2011/10/27/git-enlever-un-fichier-ajout%C3%A9-avant-un-commit
Wed Mar 4 16:06:56 2015 archive.org
QRCode
thumbnail

Merci pour la commande, cela pourra mettre utile :

Un jour j'ai ajouté un fichier avec la commande git add nom_du_fichier mais je veux finalement le retirer du prochain commit :

$ git reset HEAD -- fichier_a_supprimer_du_prochain_commit

via http://hub.tomcanac.com/liens/?lTI3uA

git commit reset head
code_swarm - Python on Vimeo http://vimeo.com/1093745
Tue Jul 10 22:30:33 2012 archive.org
QRCode
thumbnail

Une vidéo retraçant les commit au fil du temps des participants majeur à Python...

et leur "vie" de commit...

très joli.

Python commit video
4756 links, including 1670 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn