Skip to content

Instantly share code, notes, and snippets.

View reiallenramos's full-sized avatar
🏠
Working from home

Rap Ramos reiallenramos

🏠
Working from home
View GitHub Profile
@reiallenramos
reiallenramos / README.md
Created May 12, 2020 00:25 — forked from gbraad/README.md
Buy me a coffee
We couldn’t find that file to show.
@reiallenramos
reiallenramos / git_rebase.md
Created May 5, 2020 05:18 — forked from ravibhure/git_rebase.md
Git rebase from remote fork repo

In your local clone of your forked repository, you can add the original GitHub repository as a "remote". ("Remotes" are like nicknames for the URLs of repositories - origin is one, for example.) Then you can fetch all the branches from that upstream repository, and rebase your work to continue working on the upstream version. In terms of commands that might look like:

Add the remote, call it "upstream":

git remote add upstream https://github.com/whoever/whatever.git

Fetch all the branches of that remote into remote-tracking branches, such as upstream/master:

git fetch upstream

@reiallenramos
reiallenramos / monokai-dark.theme
Created May 30, 2018 08:07 — forked from tsbarnes/monokai-dark.theme
Monokai color scheme for XFCE4 terminal, place it in /usr/share/xfce4/terminal/colorschemes
[Scheme]
Name=Monokai (dark)
TabActivityColor=#a6a6e2e22e2e
ColorCursor=#f8f8f8f8f2f2
ColorForeground=#f8f8f8f8f2f2
ColorBackground=#272728282222
ColorPalette=#272728282222;#f9f926267272;#a6a6e2e22e2e;#f4f4bfbf7575;#6666d9d9efef;#aeae8181ffff;#a1a1efefe4e4;#f8f8f8f8f2f2;#757571715e5e;#f9f926267272;#a6a6e2e22e2e;#f4f4bfbf7575;#6666d9d9efef;#aeae8181ffff;#a1a1efefe4e4;#f9f9f8f8f5f5