0.1.8 • Published 6 months ago
mr-git-cli v0.1.8
mr
groups common git
commands into batches; let's see it in action:
$ mr TASK-4242
Create new branch 'TASK-4242' from 'origin/main' [Y/n]? y
> git fetch
> git switch --guess --merge --create TASK-4444 origin/main
Switched to a new branch 'TASK-4444'
$ mr main
> git switch --merge --guess release
$ mr TASK-4242
> git switch --merge --guess TASK-4242
$ git commit -m "TASK-4242 branch first commit msg"
$ mr TASK-4242 to test
> git push --set-upstream origin TASK-4242:TASK-4242
-o merge_request.create -o merge_request.target=master
-o merge_request.title='TASK-4242 branch first commit msg'
remote: View merge request for TASK-4242:
remote: https://gitlab.local/jonny64/mr-git-cli/-/merge_requests/1
* [new branch] TASK-4242 -> TASK-4242
> git switch test
> git merge origin/TASK-4242
> npm test
> git push
$ mr TASK-4242 to main
> git switch main
> git merge origin/TASK-4242
> npm test
> git push
see https://github.com/jonny64/mr-git-cli/wiki for details
0.1.2
9 months ago
0.1.8
6 months ago
0.1.7
6 months ago
0.1.4
9 months ago
0.1.3
9 months ago
0.1.6
6 months ago
0.1.5
9 months ago
0.1.1
10 months ago
0.1.0
10 months ago
0.0.19
10 months ago
0.0.18
10 months ago
0.0.17
10 months ago
0.0.16
10 months ago
0.0.15
10 months ago
0.0.14
10 months ago
0.0.13
10 months ago
0.0.12
10 months ago
0.0.11
10 months ago
0.0.10
10 months ago
0.0.9
11 months ago
0.0.8
11 months ago
0.0.7
11 months ago
0.0.6
11 months ago
0.0.5
11 months ago