Examples for how to create your own info panel, warning box and other decent looking notification in GitHub markdown.
All the boxes are single/two cell tables or two row tables.
❗ You have to read about this |
---|
sequenceDiagram;
participant C as Client + Resource Owner
participant A as Authorization Server
participant R as Resource Server
C->>A: 1. Request access token (POST /token)
A->>C: 2. Respone with access token
C->>R: 3. Request with access token
R->>C: 4. Response
sequenceDiagram;
participant C as Client
participant O as Resource Owner
participant A as Authorization Server
participant R as Resource Server
C->>O: requests authorization
O->>C: receives authorization grant
C->>A: requests access token, presents grant
# | |
# ~/.gitconfig | |
# | |
[user] | |
name = Christine Seeman | |
mail = | |
email = |
[alias] | |
asq = !sh -c 'git rip $1^ --autosquash' - | |
b = branch | |
can = commit -v --amend --no-edit | |
cgf = checkout Gemfile Gemfile.lock | |
ci = commit -v | |
cia = commit -v --amend | |
co = checkout | |
cp = cherry-pick | |
d = diff |
A forking rebase wokflow with GitHub is a common Git workflow, whether you're trying to work on open source or collaborating on work projects or your own.
Knowing how to properly fork and generate pull requests is essential.
It is easy to make mistakes when you're learning the process. In an attempt to gather this information for myself and others, this short tutorial for creating a fork, doing your work, issuing a pull request, and merging that pull request back into the original project.
On the GitHub page and click the "Fork" button. Once you've done that, you can use your favorite git client to clone your repo or just head straight to the command line (my method of choice):
I hereby claim:
To claim this, I am signing this object: