Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 96118f7

Browse files
committed
📦 NEW: create your own workflows
1 parent 6ee8bd0 commit 96118f7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

‎readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,15 @@ alias gaa='git add .'
192192
alias gc='git commit -m '
193193
alias gp='git push'
194194
alias gpm='git push origin master'
195+
196+
# create YOUR own git workflows
197+
function [functionName]() {
198+
# commands to execute when function is called
199+
# if there are more than one commands, use && between them
200+
# to use the first output from the terminal, use "${1}"
201+
}
202+
203+
195204
```
196205

197206
### 🚀 Usage

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /