Logesh Paul
  • Welcome
  • About
  • 📖Wiki
    • Productivity
      • My Ultimate Self Guide - For Better Living
      • Finding your Passion, Purpose of Life
      • Great Techniques To Self Mastery
      • Better Yields Best
      • Who is Driving? You (or) Your Mind
      • Goals
      • My Workdesk (Sep 2024)
      • SublimeText Plugins  —  I Use
    • Code
      • Bash
      • Regex
      • Capybara
      • Chrome
      • CSS
      • Git
      • Mac
      • Atom
      • Ruby
      • Slack
      • Husky
      • Zsh
      • Javascript
      • Best Practices
      • What is debounce?
      • Rbenv
      • Brew
      • RVM
    • Design
      • Why do we need a design system?
    • Health
      • Facts about getting fit
      • TDS and its Role in Drinking Water
      • Gut
    • Mind
      • Behaviour
      • Evolving Brain
      • The Law of Wasted Effort
    • Personal
      • Vision and Values
      • Learning From My First Startup
    • Finance
      • 5 Finance Advices From The Ancient Richest City Of The World
      • Interim Dividend
      • Cash Reserve Ratio
      • Dematerialisation
Powered by GitBook
On this page
  1. Wiki
  2. Code

Zsh

PreviousHuskyNextJavascript

Last updated 2 years ago

Oh-My-Zsh is an open-source, community-driven framework for managing your ZSH configuration. It comes bundled with a ton of helpful functions, helpers, plugins, themes, and a few things that make you shout...

Git

  • ga = git add

  • gaa = git add --all

  • gb = git branch

  • gcmsg = git commit -m

  • gcam = git commit -a -m

  • gco = git checkout

  • gcb = git checkout -b

  • gcm = git checkout master

  • gcp = git cherry-pick

  • gd = git diff

  • gf = git fetch

  • gl = git pull

  • gp = git push

  • ggl = git pull origin <branch-name>

  • ggp = git push origin <branch-name>

  • gm = git merge

  • grb = git rebase

  • grbm = git rebase master

  • gst = git status

Bower

  • bi = bower install

  • bl = bower list

  • bs = bower search

📖
Link