gh
gh copied to clipboard
gh re -N Init current directory
A proposal for a gh re -N command that takes the current directory and commits that (and it's contents), without creating a new folder.
Story: I was working on a project when I wanted to do an init commit into a new repo and wanted to do it from the command line so I tried Node GH but it seems to just support creating a new empty folder for new repositories.
If I was in leisure dev mode I'd take a look at the hello command and take a crack at this myself but I'm not at the moment.