• Stars
    star
    376
  • Rank 110,038 (Top 3 %)
  • Language
    PowerShell
  • License
    MIT License
  • Created almost 7 years ago
  • Updated 20 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

:octocat: Oh My Zsh's Git aliases for PowerShell.

Git aliases for PowerShell

license PowerShell Gallery PowerShell Gallery

A PowerShell module that provide partial Git aliases from Oh My Zsh's git plugin.

ℹī¸ This module will replace some built-in PowerShell aliases with our Git aliases to prevent conflict.

⚙ī¸ Installation

Install from PowerShell Gallery

Install-Module git-aliases -Scope CurrentUser -AllowClobber

Or from Scoop

scoop bucket add extras
scoop install git-aliases

⚠ī¸ If you haven't allowed script execution policy, set your script execution policy to RemoteSigned or Unrestricted.

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser

🛂 Usage

You have to import the module to use git-aliases.

Add below command into your PowerShell profile.

Import-Module git-aliases -DisableNameChecking

Then restart your PowerShell.
Now you can use Git aliases.


⚠ī¸ If you don't have PowerShell profile yet, create it with below command!

New-Item -ItemType File $profile

More Repositories

1

vue-highlight.js

📜 Highlight.js syntax highlighter component for Vue.
TypeScript
206
star
2

vue-thailand-address

🇹🇭 Thai address input for Vue.
TypeScript
58
star
3

vue-github-buttons

:octocat: GitHub buttons component for Vue.
TypeScript
37
star
4

vue-gh-corners

:octocat: GitHub Corners for Vue.
Vue
29
star
5

vuex-typescript-example

Vuex with TypeScript example.
TypeScript
17
star
6

Font-Awesome-Icon-Chars

The list of Font Awesome icon unicode characters in several file format.
TypeScript
13
star
7

vue-up

🎀 Bundle @vuejs library via @rollup.
TypeScript
8
star
8

download-directory-helper

📁 A Firefox add-on to use download-directory easily.
TypeScript
7
star
9

gridsome-plugin-pug

@pugjs plugin for @gridsome.
TypeScript
6
star
10

npm-reinstall

🔄 Just reinstall NPM package.
TypeScript
4
star
11

poi-plugin-resolve-alias

Use your custom resolve alias in ⚡ī¸ Poi.
JavaScript
3
star
12

browserslist-config-vue

🔎 A @browserslist shareable config for @vuejs.
JavaScript
3
star
13

vue-pack

🎀 Bundle @vuejs library via @webpack.
TypeScript
2
star
14

NoGithubDarkMode-Firefox

:octocat: Bring back the old GitHub menu bar.
CSS
2
star
15

vue-radio-toggle-buttons

🔘 Radio toggle buttons for Vue.
Vue
2
star
16

ConfC

🆕 Start new project with your default configs.
TypeScript
2
star
17

vscode-atom-javascript-snippet

:atom: Atom JavaScript Snippet for Visual Studio Code.
2
star
18

NVL

🚮 Replace a blank value with fallback value.
TypeScript
2
star
19

gridsome-plugin-ts

TypeScript plugin for @gridsome.
TypeScript
2
star
20

AMO-Add-to-Collection-Stylish

Force AMO (addons.mozilla.org) to reveal Favorites and Add to Collection buttons. (🚮 Deprecated)
CSS
2
star
21

dotfiles

⚙ī¸ My personal dotfiles.
PowerShell
2
star
22

EVL

😈 Function fallback when error.
TypeScript
1
star
23

generator-gluons

@gluons' personal scaffolding generator.
JavaScript
1
star
24

setup

🛠ī¸ My personal setup scripts for my laptop.
Shell
1
star
25

cle

A simple CLI tool to completely clear terminal screen.
Ruby
1
star
26

figures.dart

Unicode symbols for Dart.
Dart
1
star
27

vscode-ramda-theme

🐏 Ramda REPL theme for Visual Studio Code.
1
star
28

template-gluons

@gluons' personal SAO scaffolding template.
JavaScript
1
star
29

ConfC.gem

🆕 Start new project with your default configs. (💎 Ruby version)
Ruby
1
star
30

tslint-config-gluons

@gluons' personal TSLint shareable config.
TypeScript
1
star
31

stylelint-config-gluons

@gluons' personal stylelint shareable config.
JavaScript
1
star
32

eslint-config-gluons

@gluons' personal @eslint shareable config.
TypeScript
1
star
33

cson-json-converter

🔃 An online CSON - JSON converter. (Mirror from https://gitlab.com/gluons/cson-json-converter)
Vue
1
star
34

rollup-vue-example

An example of bundling @vuejs library with @rollup.
JavaScript
1
star
35

gulp-json2cson

Gulp plugin to parse JSON to CSON
CoffeeScript
1
star