This website works better with JavaScript.
Home
Explore
Help
Sign In
govanify
/
navi
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
make the hook actually run
master
Gauvain Roussel-Tarbouriech
1 year ago
parent
2aa4e7703e
commit
c5baa95e01
Signed by:
govanify
GPG Key ID:
DE62E1E2A6145556
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
dotfiles/clone-pass.sh
+ 1
- 0
dotfiles/clone-pass.sh
View File
@ -5,3 +5,4 @@ do
done
echo
"git pull --rebase"
> ~/.config/pass/.git/hooks/post-commit
echo
"git push"
>> ~/.config/pass/.git/hooks/post-commit
chmod +x ~/.config/pass/.git/hooks/post-commit
Write
Preview
Loading…
Cancel
Save