FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
gitpython-4635/init-tests-after-clone.sh at main · ali-security/gitpython-4635 · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
ali-security
/
gitpython-4635
Public
forked from
gitpython-developers/GitPython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
gitpython-4635
/
init-tests-after-clone.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
18 lines (15 loc) · 422 Bytes
Breadcrumbs
gitpython-4635
/
init-tests-after-clone.sh
Copy path
File metadata and controls
executable file
·
18 lines (15 loc) · 422 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!
/usr/bin/env bash
set
-e
if
[[
-z
"
$TRAVIS
"
]]
;
then
read
-rp
"
This operation will destroy locally modified files. Continue ? [N/y]:
"
answer
if
[[
!
$answer
=~
[yY] ]]
;
then
exit
2
fi
fi
git tag __testing_point__
git checkout master
||
git checkout -b master
git reset --hard HEAD~1
git reset --hard HEAD~1
git reset --hard HEAD~1
git reset --hard __testing_point__
git submodule update --init --recursive
Back
|
FazBrowse Home
|
New Git URL