Skip to content

Instantly share code, notes, and snippets.

View kahboom's full-sized avatar
🍕
pizza

Rachel Yordán kahboom

🍕
pizza
View GitHub Profile
@kahboom
kahboom / example.txt
Created September 28, 2017 18:01
Working with my/someone else's fork
git remote add rachel git@github.com:kahboom/syndesis-ui.git
git fetch rachel
git checkout --track rachel/952-github-oauth
// To get any changes I make:
git checkout 952-github-oauth
git pull
{
"apiEndpoint": "https://ipaas-staging.b6ff.rh-idev.openshiftapps.com/api/v1",
"title": "Syndesis",
"datamapper": {
"baseJavaServiceUrl": "https://ipaas-staging.b6ff.rh-idev.openshiftapps.com/v2/atlas/java/",
"baseMappingServiceUrl": "https://ipaas-staging.b6ff.rh-idev.openshiftapps.com/v2/atlas/"
},
"oauth": {
"clientId": "ipaas-ui",
"scopes": [],
@kahboom
kahboom / git_create_orphan.sh
Created May 8, 2017 15:49 — forked from seanbuscay/git_create_orphan.sh
Create an orphan branch in a repo.
cd repository
git checkout --orphan orphan_name
git rm -rf .
rm '.gitignore'
echo "#Title of Readme" > README.md
git add README.md
git commit -a -m "Initial Commit"
git push origin orphan_name
@kahboom
kahboom / markdown.md
Created May 2, 2017 17:32 — forked from jonschlinkert/markdown-cheatsheet.md
A better markdown cheatsheet. I used Bootstrap's Base CSS documentation as a reference.

Typography

Headings

Headings from h1 through h6 are constructed with a # for each level:

# h1 Heading
## h2 Heading
### h3 Heading

Keybase proof

I hereby claim:

  • I am kahboom on github.
  • I am ryordan (https://keybase.io/ryordan) on keybase.
  • I have a public key whose fingerprint is 4289 7FE1 5F60 1ACF 6E7D 9C7C DFC0 1E9C 450F 13D3

To claim this, I am signing this object: