Skip to content

Commit

Permalink
Merge pull request #770 from JohnVillalovos/jlvillal/remove_aliasing
Browse files Browse the repository at this point in the history
Remove documentation about using lab as a replacement for git
  • Loading branch information
bmeneg authored Dec 13, 2021
2 parents 9966451 + d304e8c commit e95cb81
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,16 +140,6 @@ exec($(lab completion xonsh))
source <(lab completion zsh)
```

# Aliasing

`lab` feels best when aliased as `git`, however it's perfectly reasonable to use as a standalone tool. In your `.bashrc` or `.bash_profile`:

```
alias git=lab
```

NOTE: before aliasing, if you use git in your shell prompt command, be sure lab works by it's own first:

## What about [GLab](https://github.com/profclems/glab)?

Both [glab] and `lab` are open-source tools with the same goal of bringing GitLab to your command line and simplifying the developer workflow. In many ways `lab` is to [hub], what [glab] is to [gh].
Expand Down

0 comments on commit e95cb81

Please sign in to comment.