git
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
git [2023/07/04 13:03] – odefta | git [2025/01/02 20:22] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 21: | Line 21: | ||
hint: git branch -m < | hint: git branch -m < | ||
</ | </ | ||
+ | |||
+ | ====== Disable https ssl verification ====== | ||
+ | |||
+ | git config --global http.sslVerify false | ||
+ | |||
+ | ====== Sync fork with original repo ====== | ||
+ | < | ||
+ | git remote add upstream https:// | ||
+ | git stash | ||
+ | git checkout master | ||
+ | git fetch upstream | ||
+ | git merge upstream/ | ||
+ | git stash pop | ||
+ | </ | ||
+ | |||
+ | ====== Merge changes form master branch in current branch ====== | ||
+ | |||
+ | < | ||
+ | git.exe merge remotes/ | ||
+ | </ | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
git.1688465038.txt.gz · Last modified: 2023/07/04 19:36 (external edit)