https://github.com/jeromewu/git-test
A repo for testing git commands
https://github.com/jeromewu/git-test
Last synced: 5 months ago
JSON representation
A repo for testing git commands
- Host: GitHub
- URL: https://github.com/jeromewu/git-test
- Owner: jeromewu
- Created: 2018-10-07T12:28:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-07T12:47:56.000Z (over 7 years ago)
- Last Synced: 2025-02-05T06:43:46.338Z (over 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git-test
Tested commands:
- How to push only commits before specific commit?
```
$ git push :
```
Example:
```
$ git push 210000e:develop
```