git 28 Haziran 2022 Git varolan projeyi ekleme #Git git init git add -A git commit -m 'Added my project' git remote add origin [email protected]:sammy/my-new-project.git git push -u -f origin master Related Posts Applying the changes from branch A to B, without merging or adding commits git 13 Haz 2024 Read More → gitlab ci cd sample ssh git 11 Eki 2022 Read More → .gitignore çalışmıyor ise aşağıdaki komutları çalıştırabilirsiniz git 21 Tem 2022 Read More →