Showing posts with label Github. Show all posts
Showing posts with label Github. Show all posts

Thursday, February 1, 2018

Rename Remote URL git


Sunday, January 28, 2018

Rename and Delete Branch Using Gitbash

Example :

For renaming remote branch, we just have to push our new renamed local branch and then delete the remote branch....


Friday, December 15, 2017

Playing with local branch - GIT


Buat ngepull dari remote branch...
remote branch name : using_webpack
local branch : using_webpack

Friday, December 8, 2017

Step-by-Step Git Bash - Not Empty Remote Repo

Ourlocal repo is empty and github is already filled with something. So here's the step


Step-by-Step Git Bash - Empty Remote Repo

Step when initializing our local git and pushing the code to github with empty repository





Sunday, October 1, 2017

Step2 Iseng Git - Versi Hyosoka :D

echo "# hisokacirclebutton" >> README.md
git init
git add .
git commit -m "first commit"
git remote add hisoka_github https://github.com/HyosokaPoipo/hisokacirclebutton.git
git push -u origin master



Buat ngubah alamat remote :
git remote set-url hisoka_github git://new.url.here