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 Dec 15, 2022. It is now read-only.
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
When a single file is opened in the editor and that file doesn't belong to a git repository, the Git pane proposses to Create Repository in the path of the actual file, not the directory of the file.
Steps to Reproduce
Open any file that is not part of a repository (for instance the Atom config file style.less)
Open the git pane, if not open
The git pan suggests to create a repository in the path of the file, e.g., $HOME/.atom/style.less
Expected behavior:
The path of the suggested repository should be the folder that contains the file, in my case $HOME/.atom.