https://github.com/zzy979/learn-git
To learn git; To try out things; Playground
https://github.com/zzy979/learn-git
Last synced: 4 months ago
JSON representation
To learn git; To try out things; Playground
- Host: GitHub
- URL: https://github.com/zzy979/learn-git
- Owner: ZZy979
- License: unlicense
- Created: 2020-08-16T05:53:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-12T16:09:11.000Z (about 1 year ago)
- Last Synced: 2025-01-15T06:51:47.209Z (6 months ago)
- Language: Python
- Homepage: https://www.liaoxuefeng.com/wiki/896043488029600
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Git is a distributed version control system.
Git is free software distributed under the GPL.
Git has a mutable index called stage.
Git trackes changes of files.
Creating a new branch is quick and simple.
--no-ff creates a merge commit.
Added by ZZy & cooperator.
Try git pull
Try git fetch
master: Try rebase 3
zzy: Try rebase 1
zzy: Try rebase 2What does "git pull" pull actually?
What does "git push" push actually? (on branch bar)
What does "git push" push actually? (on branch baz)multi-line commit message
Subject and body of commit message are separated by a blank line.