Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/romiyusnandar/make_commits


https://github.com/romiyusnandar/make_commits

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# Make Commiting in Ubuntu

```git add .```
### Then
```git commit -m "your commits"```
### Then
```git push -u origin```

## If "error: failed to push some refs to ..." After ```git commit -m "your commits"``` add ```git pull origin``` first
### Then ```git push -u origin```