Pinned Loading
-
bash script push to github with curr...
bash script push to github with current branch name 1#push to branch with branch name that you're currently on
2#and then open new tab to your repo
3function pushit {
4branch_name=`git name-rev --name-only HEAD`
5git push origin $branch_name
-
-
go-boilerplate-service
go-boilerplate-service PublicBoilerplate web server in Go with templating
Go
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.