Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b6cb595d
Commit
b6cb595d
authored
Aug 07, 2019
by
Marcel Amirault
Committed by
Evan Read
Aug 07, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Follow-Up: Change code blocks to shell type
parent
4bbf9420
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/topics/git/useful_git_commands.md
doc/topics/git/useful_git_commands.md
+3
-3
No files found.
doc/topics/git/useful_git_commands.md
View file @
b6cb595d
...
...
@@ -149,7 +149,7 @@ gitk --follow <file>
### Use a custom SSH key for a git command
```
text
```
sh
GIT_SSH_COMMAND
=
"ssh -i ~/.ssh/gitlabadmin"
git <
command
>
```
...
...
@@ -157,13 +157,13 @@ GIT_SSH_COMMAND="ssh -i ~/.ssh/gitlabadmin" git <command>
With SSH:
```
text
```
sh
GIT_SSH_COMMAND
=
"ssh -vvv"
git clone <git@url>
```
With HTTPS:
```
text
```
sh
GIT_TRACE_PACKET
=
1
GIT_TRACE
=
2
GIT_CURL_VERBOSE
=
1 git clone <url>
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment