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. +