Commit 68088a46dbfc742afbe60c97741e18a20fbbc212

Add gm alias that renames a git branch
Author: xaizek
Author date (UTC): 2021-06-26 17:59
Committer name: xaizek
Committer date (UTC): 2021-06-26 17:59
Parent(s): c6bc27f958ed74c983bea275cfbadd9febc3dc46
Signing key: 99DC5E4DB05F6BE2
Tree: a18f580fb679b0d61174eef6badabcb5f5b7172d
File Lines added Lines deleted
bashrc 3 0
File bashrc changed (mode: 100644) (index ccb394b..f834dfc)
... ... alias gu='git add -u'
127 127 # show list of branches # show list of branches
128 128 alias gb='git branch' alias gb='git branch'
129 129
130 # rename a branch
131 alias gm='git branch --move'
132
130 133 # make a commit # make a commit
131 134 function gc() function gc()
132 135 { {
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/dotfiles

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/dotfiles

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master