GitHub

From Coder Merlin
Revision as of 08:50, 9 July 2019 by Chukwuemeka-tinashe (talk | contribs) (Created page with "thumb|Octocat GitHub Mascot == Prerequisites == * W1002 The Client, the Server, and the Shell * W1004 Emacs * W1005 Digital Journa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder
File:Octocat GitHub Mascot.png
Octocat GitHub Mascot

Prerequisites[edit]

Background[edit]

Introduction[edit]

GitHub[edit]

Configuration[edit]

In order to use these commands with a remote repository, it's best to cache your credentials. On the command line, execute:

jane-williams@codermerlin:~$ git config --global credential.helper 'store --file ~/.git-credentials'

jane-williams@codermerlin:~$ git config --global credential.useHttpPath true

In order to squelch the warning that occurs while pushing, execute:

jane-williams@codermerlin:~$ git config --global push.default matching

Initialization[edit]

Key Concepts[edit]

Exercises[edit]

References[edit]