-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b8a1375
commit 6b9985f
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
When would you want to use a remote repository rather than keeping all your work local? | ||
When I'am working with team, in order to keep all changes of other users | ||
|
||
Why might you want to always pull changes manually rather than having Git automatically stay up-to-date with your remote repository? | ||
There might be conflicts we should deal with. |