From ae64d08ea23dadddaac60becd2bd42e4e23b5be4 Mon Sep 17 00:00:00 2001 From: Dean Miller <99252775+DP-Miller@users.noreply.github.com> Date: Fri, 15 Nov 2024 15:11:16 +0000 Subject: [PATCH 1/2] updated script.ps1 with updated branch cmd and syntax --- Part02MasterGit/Script.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From e6abf800fa35d5857a9ececcbbead7bcbda414e7 Mon Sep 17 00:00:00 2001 From: Dean Miller <99252775+DP-Miller@users.noreply.github.com> Date: Mon, 18 Nov 2024 17:08:42 +0000 Subject: [PATCH 2/2] added new file dm --- Part02MasterGit/dm.csv | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Part02MasterGit/dm.csv 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