Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
development:git [2020/02/27 14:25] kalenpw created |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Git ====== | ||
| - | ---- | ||
| - | ===== push to repo other than origin ===== | ||
| - | <code bash> | ||
| - | git push --no-verify --mirror git@github.com: | ||
| - | </ | ||
| - | |||
| - | ---- | ||
| - | ===== Branches and Merging ===== | ||
| - | - '' | ||
| - | - make your changes in development branch | ||
| - | - '' | ||
| - | - '' | ||
| - | - '' | ||
| - | - when ready to merge, still on dev branch | ||
| - | - '' | ||
| - | - '' | ||
| - | - '' | ||
| - | - '' | ||
| - | |||
| - | ---- | ||
| - | ===== Multi line commit ===== | ||
| - | <code bash> | ||
| - | git commit -m "Line one" -m "line two" -m " | ||
| - | </ | ||