From 01ce3bd883ce6af89726be4a196654ad60671ffe Mon Sep 17 00:00:00 2001 From: TREVOR1504 <63254530+TREVOR1504@users.noreply.github.com> Date: Thu, 30 Apr 2020 14:51:17 +0530 Subject: [PATCH] log saved --- log.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 log.txt diff --git a/log.txt b/log.txt new file mode 100644 index 0000000..af27f70 --- /dev/null +++ b/log.txt @@ -0,0 +1,12 @@ +The commnads I have used to complete this task are + +1.git branch - to check the current branch (master). + +2.git branch AKILAN_R - to create a new branch. + +3.echo "">>filen name - to create a new file. + +4. git switch AKILAN_R - to switch to new branch. + +5.git add file name - to add the file in that branch. +