
Security News
Oxlint Introduces Type-Aware Linting Preview
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
Gitsu helps to manage your Git users, by making it easy to switch between users. Gitsu also supports pair programming by allowing you switch to multiple users at once!
$ gem install gitsu
Gitsu is intended to be used from the command line, through Git.
To switch the configured Git user:
$ git su "John Galt <jgalt@example.com>"
Switched local user to John Galt <jgalt@example.com>
To make it easier to switch users, tell Gitsu about some users.
$ git su --add "John Galt <jgalt@example.com>"
$ git su --add "Raphe Rackstraw <rrack@example.com>"
$ git su jg
Switched local user to John Galt <jgalt@example.com>
$ git su raphe
Switched local user to Raphe Rackstraw <rrack@example.com>
To pair with your friend switch to both users at once
$ git su jg rr
Switched local user to John Galt and Raphe Rackstraw <dev+jgalt+rrack@example.com>
For more information, see the documentation
git checkout -b my-new-feature
)rake
)git commit -am 'Add some feature'
)git push origin my-new-feature
)Gitsu Copyright (C) 2013 drrb
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
FAQs
Unknown package
We found that gitsu demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.