[git-users] Anaconda uninstall/install

2021-11-21 Thread Joe Sollers
Trashed and emptied trash with anaconda app and file. Tried to reinstall and it has turned into a task. M1 mac can t reinstall and it sees it still in hard drive and fails install Downloaded 2 different apps to recover with no luck. This is holding up a project now, is there any other way looks

[git-users] fatal: not a git repository

2021-11-05 Thread Joe Sollers
Trying to go thru initial course and navigating the terminal directions but we have reached a point where I get fatal: not a git repository, backed the video up and tried several ways but not able to follow along with video because I am not getting beyond this message in git status. Maybe

Re: [git-users] fatal: not a git repository

2021-11-05 Thread Joe Sollers
the navigation skills. I will have many more questions. I am only navigating thru tutorial which says is 6.5 hrs but may be 60 for me. On Friday, November 5, 2021 at 10:33:09 AM UTC-4 Konstantin Khomoutov wrote: > On Fri, Nov 05, 2021 at 06:34:16AM -0700, Joe Sollers wrote: > > >Tryin

[git-users] trouble syncing terminal

2021-11-05 Thread Joe Sollers
Good Afternoon I have been following tutorial online and book as well working with 2 computers and about 8 windows open on both maybe 16 hrs but working on a project that requires coding.It seems the tutorial is in master file and I am in actual computer file. I cannot sync or proceed with

[git-users] Re: trouble syncing terminal

2021-11-05 Thread Joe Sollers
o ends can be different > (which is useful) > Point to note 2. `git pull` isn't (usually) what you want. You should use > `git fetch` for the information from the remote(s), and then separately > decide what to do. If you `pull` back and forth you can get into knots. > -- > Phil