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
{{ message }}
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
When running the following code on a repository with no commits but staged or untracked content status.IsClean() return true and status.String() returns an empty string. (error checking done, but excluded from example)
Normal git functionality is to return the following:
user@work(master|●1…)> git status On branch masterInitial commitChanges to be committed: (use "git rm --cached <file>..." to unstage) new file: name.texUntracked files: (use "git add <file>..." to include in what will be committed) file mothen name.pdf name.txt one.tex second tags three.tex two.tex uncleanuser@work(master|●1…)> git l fatal: your current branch 'master' does not have any commits yetuser@work(master|●1…)>