Lines Matching full:git
39 ## Sample Git workflow for developing contributions
41 If you use Git the following workflow may be helpful:
45 git clone https://github.com/eggert/tz.git
50 git checkout main
51 git pull
56 git checkout -b mybranch
58 * Sleuth by using ‘git blame’. For example, when fixing data for
59 Africa/Sao_Tome, if the command ‘git blame africa’ outputs a line
79 git add northamerica
80 git commit
82 See recent ‘git log’ output for the commit-message style.
86 git format-patch main
94 git send-email main