# Zsh

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...

[Link](http://ohmyz.sh/)

#### 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`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.logeshpaul.com/wiki/code/zsh.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
