Skip to content

pastinepolenta/gitsc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

gitsc

Useful bash scripts

gitadd

use this script if you want to git-add a file by its position on the git status list (instead of copypaste or type the name)

Example

git status
  modified:   whatever/path/fileA.php
  modified:   another/path/fileB.php
  modified:   another/path/fileC.php

gitadd 1 3   //will git-add fileA and fileC

About

Useful bash scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages