This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env node | |
// @ts-check | |
// Required parameters: | |
// @raycast.schemaVersion 1 | |
// @raycast.title Open Project in VSCode | |
// @raycast.mode silent | |
// Optional parameters: | |
// @raycast.icon images/vscode.png |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# GIT | |
# | |
alias gs='git status' | |
alias gd='git diff' | |
alias gp='git pull --rebase --autostash' | |
alias gl='git log --pretty=format:"%h | %an | %s (%ar)"' | |
alias gcl='git checkout -'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/php -qC | |
<?php | |
/****************************************************************************** | |
* | |
* @file gitolab.php | |
* @author Benoit Zohar | |
* @link http://benoitzohar.fr/ | |
* @last-edited 2015-01-09 | |
* @description Migrate projects from Gitolite to GitLab |