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:31] – ms | git:git [2023/01/11 20:29] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 27: | Line 27: | ||
... | ... | ||
remote.origin.url=git@vm8: | remote.origin.url=git@vm8: | ||
- | ...</ | + | ... |
</ | </ | ||
+ | ===== git Versionierung ===== | ||
+ | Repo von einem entferntem GitLab lokal clonen | ||
+ | < | ||
+ | cd local_project | ||
+ | git clone https:// | ||
+ | > Cloning into ' | ||
+ | > Username for ' | ||
+ | > Password for ' | ||
+ | > remote: Enumerating objects: 3, done. | ||
+ | > remote: Counting objects: 100% (3/3), done. | ||
+ | > remote: Total 3 (delta 0), reused 0 (delta 0), pack-reused 0 | ||
+ | > 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.1603297906.txt.gz · Last modified: 2023/01/11 20:30 (external edit)