Lines Matching full:git
38 ## Sample Git workflow for developing contributions
40 If you use Git the following workflow may be helpful:
44 git clone https://github.com/eggert/tz.git
49 git checkout main
50 git pull
55 git checkout -b mybranch
57 * Sleuth by using 'git blame'. For example, when fixing data for
58 Africa/Sao_Tome, if the command 'git blame africa' outputs a line
78 git add northamerica
79 git commit
81 See recent 'git log' output for the commit-message style.
85 git format-patch main
90 git send-email main