An open API service indexing awesome lists of open source software.

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

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
```