diff --git a/Part02MasterGit/Script.ps1 b/Part02MasterGit/Script.ps1 index e80edd0..974f863 100644 --- a/Part02MasterGit/Script.ps1 +++ b/Part02MasterGit/Script.ps1 @@ -374,7 +374,7 @@ gitgraph #When we switch it also updates the staging and working directory for the checked out branch #To create and checkout in one step: -git checkout -c branch1 +git switch -c branch1 #To push a branch to a remote. #The -u sets up tracking between local and remote branch. Allows argumentless git pull in future. Will do this later diff --git a/Part02MasterGit/dm.csv b/Part02MasterGit/dm.csv new file mode 100644 index 0000000..a21f973 --- /dev/null +++ b/Part02MasterGit/dm.csv @@ -0,0 +1,2 @@ +name, alias, power +Superman, Clark Kent, 100 \ No newline at end of file