Links
Comment on page

Github

Pull Requests

  1. 1.
    Fork the Repository
  2. 2.
    Connect your local to the original “upstream” repository by adding it as a remote
  3. 3.
    Create a branch for your edits.

Actions

Issues

Braches

Commits

Secrets

Config

Deploy Key

ssh-keygen -t rsa -b 4096 -C "{email}"
cat .ssh/id_rsa.pub
.git/config:
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
url = [email protected]:user/repo.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
Last modified 2yr ago