{"id":16222583,"url":"https://github.com/fitfab/fitfab-simple-git","last_synced_at":"2026-05-08T17:33:36.165Z","repository":{"id":92144872,"uuid":"262871438","full_name":"fitfab/fitfab-simple-git","owner":"fitfab","description":"A simple git plugin for oh-my-zsh","archived":false,"fork":false,"pushed_at":"2020-05-11T13:24:40.000Z","size":113,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-30T23:27:16.523Z","etag":null,"topics":["git","github","oh-my-zsh","oh-my-zsh-plugin","zsh-plugin"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fitfab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-10T20:39:32.000Z","updated_at":"2023-03-07T16:57:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"d25fde3b-23a7-4c67-bbb8-c804d9307386","html_url":"https://github.com/fitfab/fitfab-simple-git","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fitfab/fitfab-simple-git","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitfab%2Ffitfab-simple-git","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitfab%2Ffitfab-simple-git/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitfab%2Ffitfab-simple-git/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitfab%2Ffitfab-simple-git/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fitfab","download_url":"https://codeload.github.com/fitfab/fitfab-simple-git/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitfab%2Ffitfab-simple-git/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32790396,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["git","github","oh-my-zsh","oh-my-zsh-plugin","zsh-plugin"],"created_at":"2024-10-10T12:14:36.515Z","updated_at":"2026-05-08T17:33:36.125Z","avatar_url":"https://github.com/fitfab.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple git commands for zsh -- this is a setup for a iMac\n\nThis `git` plugin is a small list of aliases that will be use within the plugin system of `zsh`.\n\n![alt text](./git-diagram.svg \"git diagram\")\n\n```bash\n\n# git commamands simplified\nalias gst='git status'\n\nalias gci='git commit'\n# it shows the diff on the editor before adding comments (-v verbose and -a stage)\nalias gca='git commit -v -a'\n\nalias gb='git branch'\n# List branch in the remote repository\nalias gbr='git branch --remote'\n# adds all files or directories to staging area\nalias gad='git add -A'\nalias gpl='git pull'\nalias gpu='git push'\n\n# Checkout\nalias gco='git checkout'\n# Creates a new branch\nalias gcob='git checkout -b'\n# Checkout master\nalias gcm='git checkout master'\n# Checkout develop\nalias gcd='git checkout develop'\n\n# Fetch\nalias gf='git fetch'\n# Before fetching, remove any remote-tracking references that no longer exist on the remote\nalias gfa='git fetch --all --prune'\n# Fetch all branches that exist in the origin \nalias gfo='git fetch origin'\n\n# Logging\nalias glg='git log --date-order --all --graph --format=\"%C(green)%h%Creset %C(yellow)%an%Creset %C(blue bold)%ar%Creset %C(red bold)%d%Creset%s\"'\nalias glg2='git log --date-order --all --graph --name-status --format=\"%C(green)%H%Creset %C(yellow)%an%Creset %C(blue bold)%ar%Creset %C(red bold)%d%Creset%s\"'\n\n```\n\n## Adding syntax highlight\n\n1) you need to install syntax [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting) for Zsh. \n\n`brew install zsh-syntax-highlighting`\n\n2) Then active it within your `.zshrc` file -- this have to be place at the end of the file.\n\n```bash\n# Active zsh-syntax-highlighting.\n# reference: https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/INSTALL.md\nsource /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffitfab%2Ffitfab-simple-git","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffitfab%2Ffitfab-simple-git","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffitfab%2Ffitfab-simple-git/lists"}