git:git
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
git:git [2020/10/21 18:37] – ms | git:git [2023/01/11 20:29] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 30: | Line 30: | ||
</ | </ | ||
===== git Versionierung ===== | ===== git Versionierung ===== | ||
- | Repo von einem entferntem | + | Repo von einem entferntem |
< | < | ||
cd local_project | cd local_project | ||
Line 42: | Line 42: | ||
> Unpacking objects: 100% (3/3), done. | > Unpacking objects: 100% (3/3), done. | ||
</ | </ | ||
+ | Files vom repo-Synk ausschliessen: | ||
+ | Alle Dateien die in '' | ||
+ | < | ||
+ | git status | ||
+ | git add -A | ||
+ | git reset [< | ||
+ | git commit -m " | ||
+ | git log | ||
+ | git remote -v | ||
+ | git branch -a | ||
+ | git diff | ||
+ | git pull origin master | ||
+ | git push origin master | ||
+ | </ | ||
+ | Alle Versionen auflisten\\ | ||
+ | '' | ||
+ | Version vor 3 commits ansehen\\ | ||
+ | '' |
git/git.1603298252.txt.gz · Last modified: 2023/01/11 20:30 (external edit)