This website requires JavaScript.
Explore
Help
Sign In
janek
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
79c92ec6cb
dotfiles
/
.local
/
bin
/
scripts
/
git-p
3 lines
91 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
git rev-parse @
{
u
}
2>/dev/null >/dev/null
&&
git push
||
git push --set-upstream
Reference in New Issue
View Git Blame
Copy Permalink