This website requires JavaScript.
Explore
Help
Sign In
GerhardHoffmann
/
customer_281
Watch
1
Star
0
Fork
1
You've already forked customer_281
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a668dfbe3f
customer_281
/
.githooks
/
post-checkout
5 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Adding git hook post-checkout.
2023-04-12 14:22:17 +02:00
echo "POST-CHECKOUT"
Print the values of the passed parameters.
2023-04-12 15:59:57 +02:00
echo "PREV-HEAD=$1"
echo "CURR-HEAD=$2"
echo "BRANCH-CHECKOUT=$3"
Reference in New Issue
Copy Permalink