Skip to content

Instantly share code, notes, and snippets.

View bikalbasnet's full-sized avatar
🎯
Focusing

Bikal Basnet bikalbasnet

🎯
Focusing
View GitHub Profile
@bikalbasnet
bikalbasnet / gitflow-breakdown.md
Created May 8, 2017 03:00 — forked from JamesMGreene/gitflow-breakdown.md
A comparison of using `git flow` commands versus raw `git` commands.

Initialize

gitflow git
git flow init git init
git commit --allow-empty -m "Initial commit"
git checkout -b develop master

Connect to the remote repository

@bikalbasnet
bikalbasnet / ubuntu_agnoster_install.md
Last active October 3, 2018 08:41 — forked from renshuki/ubuntu_agnoster_install.md
Ubuntu 14.04 + Terminator + Oh My ZSH with Agnoster Theme

Install Terminator (shell)

sudo add-apt-repository ppa:gnome-terminator
sudo apt-get update
sudo apt-get install terminator

Terminator should be setup as default now. Restart your terminal (shortcut: "Ctrl+Alt+T").

Install ZSH

@bikalbasnet
bikalbasnet / zshgit.md
Created July 14, 2016 02:17 — forked from AdamMarsden/zshgit.md
Oh My Zsh - Git Cheat Sheet

#Oh My Zsh - Git Cheat Sheet

ggit

gstgit status

glgit pull

gupgit pull --rebase