git
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| git [2021/10/15 17:32] – renaming branches rjt | git [2022/03/03 22:58] (current) – Typo, link rjt | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| - Next you need to change what is set as the default. Dunno how to do this with just Git, but with [[Gitea]] (and [[Github]]) you can just do this in the web interface (settings > branches ...). | - Next you need to change what is set as the default. Dunno how to do this with just Git, but with [[Gitea]] (and [[Github]]) you can just do this in the web interface (settings > branches ...). | ||
| - To delete the old branches you're not going to use anymore: | - To delete the old branches you're not going to use anymore: | ||
| - | * If you're using something like [[Gitea]] or [[Github]] | + | * If you're using something like [[Gitea]] or [[Github]]: |
| - | * then use '' | + | * You can delete the old branch from their UI, from the ' |
| - | * If you want to do it from the command line apparantly: | + | * Then use '' |
| + | * If you want to do it from the command line apparently: | ||
| - '' | - '' | ||
| - '' | - '' | ||
| + | - Finally, we need to reset the HEAD: '' | ||
| ===== .gitignore ===== | ===== .gitignore ===== | ||
| Line 46: | Line 48: | ||
| === Specific useful things to ignore === | === Specific useful things to ignore === | ||
| - | So for Unity game you probably want to ignore those .pdb files. | + | So for [[gmt>Unity]] game you probably want to ignore those .pdb files. |
| * https:// | * https:// | ||
| Line 71: | Line 73: | ||
| </ | </ | ||
| - | {{tag> | + | {{tag>cli guide software}} |
git.1634279578.txt.gz · Last modified: 2021/10/15 17:32 by rjt
