You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, instead of having add as alias for git add, we can include the behaviour of adding all files of the git project that the pwd is in. so basically if I am in a directory like this:
/my/git/project/subfolder1/subfolder2
add should add all files as in git add /my/git/project
The text was updated successfully, but these errors were encountered:
Basically, instead of having
add
as alias forgit add
, we can include the behaviour of adding all files of the git project that the pwd is in. so basically if I am in a directory like this:/my/git/project/subfolder1/subfolder2
add
should add all files as ingit add /my/git/project
The text was updated successfully, but these errors were encountered: