NodeJS, and then typed git log (on gitbash) and my commit appeared but also 3 other peoples' commits appeared... how the hell did this happen? and can others see my commit? (mine was a test)
                  
                  
                  
                  
                  
                  Additional question:
                  
                  
                  1) How is gitbash seamlessly connected to the internet like this? (and other command lines are as well)
                  
                  
                
unless you did a git pull you shouldnt have any other commits in git log
Git doesn't connect to the internet unless you tell it to (clone, push, pull, fetch)
Обсуждают сегодня