Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rcfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nimrod
rcfiles
Commits
097d9254
Commit
097d9254
authored
7 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
QA CSP SSH config.
parent
5b1d360f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitconfig
+2
-2
2 additions, 2 deletions
.gitconfig
.ssh/config.d/20_bullguard
+10
-0
10 additions, 0 deletions
.ssh/config.d/20_bullguard
with
12 additions
and
2 deletions
.gitconfig
+
2
−
2
View file @
097d9254
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
empty-commit
=
commit --allow-empty
empty-commit
=
commit --allow-empty
exec
=
"!exec "
exec
=
"!exec "
ff
=
merge --no-edit --ff-only master
ff
=
merge --no-edit --ff-only master
fixup
=
!cd "${GIT_PREFIX:-}" && git commit --fixup $(git last-commit)
fixup
=
!cd "${GIT_PREFIX:-
$PWD
}" && git commit --fixup $(git last-commit)
forget
=
reset HEAD^
forget
=
reset HEAD^
merg
=
merge --no-edit
merg
=
merge --no-edit
posh
=
push --set-upstream origin HEAD
posh
=
push --set-upstream origin HEAD
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
serve-git
=
daemon --reuseaddr --verbose --base-path=. --export-all ./.git
serve-git
=
daemon --reuseaddr --verbose --base-path=. --export-all ./.git
serve-http
=
!git update-server-info && cd .git && python -m SimpleHTTPServer
serve-http
=
!git update-server-info && cd .git && python -m SimpleHTTPServer
shove
=
push --force-with-lease
shove
=
push --force-with-lease
squash
=
!cd "${GIT_PREFIX:-}" && git commit --squash $(git last-commit)
squash
=
!cd "${GIT_PREFIX:-
$PWD
}" && git commit --squash $(git last-commit)
staash
=
stash --all
staash
=
stash --all
stat
=
status --short --branch
stat
=
status --short --branch
tag-version
=
!git tag --annotate --force --message "v$(cat VERSION)" "v$(cat VERSION)"
tag-version
=
!git tag --annotate --force --message "v$(cat VERSION)" "v$(cat VERSION)"
...
...
This diff is collapsed.
Click to expand it.
.ssh/config.d/20_bullguard
+
10
−
0
View file @
097d9254
...
@@ -46,6 +46,16 @@ User ec2-user
...
@@ -46,6 +46,16 @@ User ec2-user
Host 172.20.0.233
Host 172.20.0.233
User ec2-user
User ec2-user
Host 172.16.*.*
IdentityFile ~/.ssh/bullguard-dev_rsa
User ubuntu
ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p
Host 172.17.*.*
IdentityFile ~/.ssh/bullguard-qa_rsa
User ubuntu
ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p
Host 172.20.*.*
Host 172.20.*.*
IdentityFile ~/.ssh/bullguard-staging_rsa
IdentityFile ~/.ssh/bullguard-staging_rsa
User ubuntu
User ubuntu
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment