changing the default branch on GitHub:

To change the default branch in a GitHub repository, you need admin permissions and at least two branches in the repo. [docs.github](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch) ### Using the web interface (github.com) 1. Open…

To change the default branch in a GitHub repository

To change the default branch in a GitHub repository, you need admin access and at least two branches in the repo. [docs.github](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch) ## Via Web Interface 1. Open your repository…

GitHub’daki bir repoda varsayılan (default) branch’i değiştirmek

GitHub’daki bir repoda varsayılan (default) branch’i değiştirmek için admin yetkisine sahip olman ve repoda en az iki branch bulunması gerekiyor. [docs.github](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch) ## Web arayüzüyle (github.com) 1. İlgili repoyu aç (ör:…

github pull request

https://medium.com/@cengizhanc/github-ile-a%C3%A7%C4%B1k-kaynak-projelere-katk%C4%B1da-bulunmak-8a0d79090546 BU YAZI YUKARIDAKI LINKTEN ALINMISTIR Uzun zamandır aklımda olan Open-Source projelere dil bağımsız katkıda bulunmak için izlenecek yol yordamı -döküman şeklinde- paylaşıyorum. GitHub != Git Git; kod yönetim ve…

Git Notes

My Favorites Git Notes —-Quick Git init —— echo “# rtrt” >> README.md git init git add README.md git commit -m “first commit” git remote add origin git@github.com:stnc/react-native-for-wordpress.git git push…