Posts by Mauricio Henrique • 1 point
2 posts
-
-2
votes5
answers38995
viewsA: How to disable (stop, remove, delete) git versioning from a repository
With this command you can remove all the files Traced. rm -rf .git On linux, it is no use to remove the folder .Git that the historical returns.
-
0
votes6
answers12128
viewsA: Error typing GIT PUSH
Give a Git Pull before just typing.. git push -u https://github.com/nome do repositorio/nome do projeto master -f Oh yes put the git push https://github.com/repositorio/nomedoprojeto…