Skip to content

Instantly share code, notes, and snippets.

View abrhambas01's full-sized avatar
🎯
I'm busy with my freelance projects :'( Sorry github

Ai.B abrhambas01

🎯
I'm busy with my freelance projects :'( Sorry github
  • CEBU,PH
View GitHub Profile
$ git remote rm origin
$ git remote add origin git@github.com:aplikacjainfo/proj1.git
$ git config master.remote origin
$ git config master.merge refs/heads/master
@abrhambas01
abrhambas01 / 0_reuse_code.js
Created June 27, 2017 05:23
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console