File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ _A list of my commonly used Git commands_
3434| ` git add -A ` | Add all new and changed files to the staging area |
3535| ` git commit -m "[commit message]" ` | Commit changes |
3636| ` git rm -r [file-name.txt] ` | Remove a file (or folder) |
37+ | ` git remote -v ` | View the remote repository of the currently working file or directory |
3738
3839### Branching & Merging
3940
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ _প্রায়শই ব্যবহৃত গিট কমান্ডে
3535| ` git add -A ` | স্টেজিং এলাকায় সমস্ত নতুন এবং পরিবর্তিত ফাইল এড করুন |
3636| ` git commit -m "[commit message]" ` | পরিবর্তনগুলোর কমিট (ব্যাখ্যা) করুন |
3737| ` git rm -r [file-name.txt] ` | ফাইল (বা ডিরেক্টরি) ডিলেট করুন |
38+ | ` git remote -v ` | বর্তমানে কাজ করা ফাইল বা ডিরেক্টরির রিমোট রিপোসিটরি দেখুন |
3839
3940### ব্রাঞ্চিং এবং মার্জিং
4041
You can’t perform that action at this time.
0 commit comments