Introduction to GitHub : Part 2
Have you finished mastering the first part? It is assumed here that you have been using GitHub for quite some times. GitHub এ একটা প্রজেক্ট এ অনেকজন কাজ করলে - কতগুলো Best Practices ফলো করা ভালো Step 1: Repo Clone করা যেই repo তে তুমি কাজ করতে চাও, সেটা তোমার local machine এ নামিয়ে নিতে হবে। Command: git clone <repo_url> Step 2: Repo Folder এ যাও (cd মানে Change Directory) Command: cd <repo_name> 💡 উদাহরণ: ...