diff --git a/Python_Assignments/Assignment_1/git_commands.txt b/Python_Assignments/Assignment_1/git_commands.txt index a83672c..adfb212 100644 --- a/Python_Assignments/Assignment_1/git_commands.txt +++ b/Python_Assignments/Assignment_1/git_commands.txt @@ -1,7 +1,7 @@ # Question : Write all git commands -1. git config --global user.name "Your User name" +1. git config --global user.name 'Your User name' 2. git config --global user.email "your email"