뭐든 즐기면서 ;)

IntelliJ push to arleady repository. 본문

IDE/IntelliJ

IntelliJ push to arleady repository.

Tada.*+ 2023. 4. 28. 17:16
728x90
> git init

> git remote add origin [깃주소]
> git fetch

> git add .
> git commit -m 'message'



# -f force 옵션은 git push --set-upstream origin master 해보고 안 되면,,,, 시도해보시길
> git push --set-upstream origin master [-f]

 

728x90
Comments