Posts by Paulo Ogliano • 36 points
1 post
-
2
votes1
answer473
viewsA: My project not under in git is in the local branch
You probably didn’t start git in your project directory. Clone the project on your machine, properly configure the user and email with git config and try again. After that, use: $ git branch -a This…