Skip to content

Instantly share code, notes, and snippets.

View Elliot438b's full-sized avatar
💭
I may be slow to respond.

Edward Elliot438b

💭
I may be slow to respond.
  • 3531 Ste. Catherine Ouest
  • 20:54 (UTC -11:00)
View GitHub Profile

Keybase proof

I hereby claim:

  • I am evsward on github.
  • I am evsward (https://keybase.io/evsward) on keybase.
  • I have a public key ASAWgDWa0KHYOkQsP6S4ZAwS15Y0HwX6ajpl7kFblsIsYAo

To claim this, I am signing this object:

@Elliot438b
Elliot438b / gist:61556c377e6a7106c4eecfac34255cf7
Created September 18, 2016 07:26 — forked from CristinaSolana/gist:1885435
Keeping a fork up to date

1. Clone your fork:

git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git

2. Add remote from original repository in your forked repository:

cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
@Elliot438b
Elliot438b / git.md
Created August 24, 2016 09:22 — forked from suziewong/git.md
Git的多账号如何处理? 1.同一台电脑多个git(不同网站的)账号 2.同一台电脑多个git(同一个网站的比如github的)多个账号

1.同一台电脑可以有2个git账号(不同网站的)

首先不同网站,当然可以使用同一个邮箱,比如我的github,gitlab,bitbucket的账号都是monkeysuzie[at]gmail.com 这时候不用担心密钥的问题,因为这些网站push pull 认证的唯一性的是邮箱 比如我的windows 上 2个账号一个gitlab 一个github (用的都是id_rsa)

host github
  hostname github.com
  Port 22

host gitlab.zjut.com