Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romiyusnandar/make_commits
https://github.com/romiyusnandar/make_commits
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/romiyusnandar/make_commits
- Owner: romiyusnandar
- Created: 2022-06-15T23:51:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-15T23:56:02.000Z (over 2 years ago)
- Last Synced: 2024-06-10T13:19:24.110Z (7 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```