Git hook Basics (post-commit)
In this video we will first create
1) a local git repository (using git init) in a new directory
2) will also create a hook file named "post-commit" in .git/hooks/.
Script :
#!/bin/bash
echo "Successful Commit"
start www.google.com
Видео Git hook Basics (post-commit) канала Darshit Pandit
1) a local git repository (using git init) in a new directory
2) will also create a hook file named "post-commit" in .git/hooks/.
Script :
#!/bin/bash
echo "Successful Commit"
start www.google.com
Видео Git hook Basics (post-commit) канала Darshit Pandit
Комментарии отсутствуют
Информация о видео
23 августа 2017 г. 23:40:12
00:07:23
Другие видео канала