This website works better with JavaScript.
Explore
Help
Sign In
mirror
/
dex
mirror of
https://github.com/dexidp/dex.git
Watch
1
Star
0
Fork
You've already forked dex
0
Code
Issues
Projects
Releases
Wiki
Activity
OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors
hacktoberfest
identity-provider
idp
kubernetes
oidc
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1852
Commits
35
Branches
98
Tags
48 MiB
Go
97.9%
Makefile
0.5%
CSS
0.5%
HTML
0.4%
Shell
0.3%
Other
0.2%
Tree:
ed5315bb2e
artifact-workflow
dependabot/go_modules/api/v2/google.golang.org/grpc-1.79.3
fix-google-admin-regression
helm
master
v1
v2.0.x
v2.1.x
v2.10.x
v2.13.x
v2.16.x
v2.2.x
v2.28.x
v2.3.x
v2.30.x
v2.31.x
v2.32.x
v2.33.x
v2.34.x
v2.35.x
v2.36.x
v2.37.x
v2.38.x
v2.39.x
v2.4.x
v2.40.x
v2.41.x
v2.42.x
v2.43.x
v2.45.x
v2.5.x
v2.6.x
v2.7.x
v2.8.x
v2.9.x
api/v2.0.0
api/v2.1.0
api/v2.2.0
api/v2.3.0
api/v2.4.0
v0.1.0
v0.2.0
v0.2.1
v0.2.2
v0.2.3
v0.3.0
v0.4.0
v0.5.0
v0.5.1
v0.6.0
v0.6.1
v2.0.0
v2.0.0-alpha.1
v2.0.0-alpha.2
v2.0.0-alpha.3
v2.0.0-alpha.4
v2.0.0-alpha.5
v2.0.0-beta.1
v2.0.0-beta.2
v2.0.0-beta.3
v2.0.1
v2.0.2
v2.1.0
v2.10.0
v2.11.0
v2.12.0
v2.13.0
v2.14.0
v2.15.0
v2.16.0
v2.17.0
v2.18.0
v2.19.0
v2.2.0
v2.2.1
v2.2.2
v2.2.3
v2.2.4
v2.2.5
v2.20.0
v2.21.0
v2.22.0
v2.23.0
v2.24.0
v2.25.0
v2.26.0
v2.27.0
v2.28.0
v2.28.1
v2.29.0
v2.3.0
v2.3.1
v2.30.0
v2.30.1
v2.30.2
v2.30.3
v2.31.0
v2.31.1
v2.31.2
v2.32.0
v2.32.1
v2.33.0
v2.33.1
v2.34.0
v2.35.0
v2.35.1
v2.35.2
v2.35.3
v2.36.0
v2.37.0
v2.38.0
v2.39.0
v2.39.1
v2.4.0
v2.4.1
v2.40.0
v2.41.0
v2.41.1
v2.42.0
v2.42.1
v2.43.0
v2.43.1
v2.44.0
v2.45.0
v2.45.1
v2.5.0
v2.6.0
v2.6.1
v2.7.0
v2.7.1
v2.8.0
v2.8.1
v2.9.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'ed5315bb2e'
${ noResults }
dex
/
scripts
/
git-diff
7 lines
99 B
Raw
Blame
History
#!/bin/bash -e
DIFF
=
$(
git diff .
)
if
[
"
$DIFF
"
!
=
""
]
;
then
echo
"
$DIFF
"
>
&
2
exit
1
fi
Reference in new issue
Copy Permalink