I'm having a problem trying to access another server using GIT Bash.
Do you know the command in GIT Bash?
I have tried but it always shows the error : bad number
ssh user@server -p <port> works, at least for me.
ssh user@server -p <port>
I have 2 directories on my GitHub repository. I'd like to delete one of them. How could I do that without deleting and re-creating entire repository?
How can I ignore directories or folders in Git using msysgit on Windows?
My default git folder is C:\Users\username\.git. What command should I use to go into C:/project?