Skip to content

Commit 7d0fecc

Browse files
authored
Merge pull request #93 from webdevmahdi/master
(feat) Adding a feature to view the current working repository.
2 parents 37b3bb7 + 63136a9 commit 7d0fecc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

READMEbn.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)