All public logs

Jump to navigation Jump to search

Combined display of all available logs of Deathbybandaid Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 20:11, 8 December 2021 Deathbybandaid talk contribs created page Git (Created page with "This is a cheatsheet for git stuff ==Pull a specific directory== <nowiki>git -C /home/sopel/sopel/ pull</nowiki> ==Syncing your fork with upstream== Step 1) configure remote repository as upstream <nowiki>git remote add upstream https://github.com/ORIGINAL_OWNER/ORIGINAL_REPOSITORY.git</nowiki> Step 2) checkout your branch to sync, usually master <nowiki>git checkout master</nowiki> Step 4) fetch upstream <nowiki>git fetch upstream</nowiki> Step 4) merge upstream <n...") Tag: Visual edit