meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
git:start [2023/05/30 10:28] – niziak | git:start [2024/12/11 12:24] (current) – niziak | ||
---|---|---|---|
Line 2: | Line 2: | ||
====== Preparation ====== | ====== Preparation ====== | ||
+ | |||
+ | ===== bash completion ===== | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | Package '' | ||
+ | < | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | </ | ||
+ | |||
+ | <file bash ~/ | ||
+ | . / | ||
+ | . / | ||
+ | |||
+ | if [ " | ||
+ | # | ||
+ | PS1=' | ||
+ | else | ||
+ | # | ||
+ | PS1=' | ||
+ | fi | ||
+ | </ | ||
+ | |||
+ | |||
=== git-email === | === git-email === | ||
Line 10: | Line 36: | ||
</ | </ | ||
- | === replace github' | + | === replace github' |
- | NOTE: Github was disabled git protocol. So only https:// or ssh is valid. | + | NOTE: Github was disabled git protocol. So only '' |
<code bash> | <code bash> | ||
Line 19: | Line 45: | ||
</ | </ | ||
- | Keywords: git protocol, git:// protocol | + | Keywords: git protocol, |
=== replace github https links === | === replace github https links === |