Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sakiib/mergethemall
https://github.com/sakiib/mergethemall
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sakiib/mergethemall
- Owner: sakiib
- Created: 2020-12-02T11:19:15.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-02T12:15:23.000Z (almost 4 years ago)
- Last Synced: 2023-03-05T14:50:16.009Z (over 1 year ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MergeThemAll
### so, here's what I did to practice some git branching ...
* added main.go in master branch
* added a function sum() in sumfunc branch
* added a function sub() in subfunc branch
* merged the changes in master branch
* locally deleted both sumfunc & subfunc branches
* remotely deleted both sumfunc & subfunc branches