Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions log.txt
Original file line number Diff line number Diff line change
@@ -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.