Login using Social Account
     Continue with GoogleLogin using your credentials
You can make commits in the new branch. This will take snapshot of the changes you made in that branch.
~/devops
directory git branch
commandfeature_a
branch then checkout to feature_a
branch using git checkout feature_a
commandgit status
commandhelloworld.py
file should be shown as modified under Changes not staged for commit: when git status
command is runhelloworld.py
file to staging area using git add
commandfeature_a
using git commit
command with the message "Added I am learning git line"
-m
flag can be used to provide message while committingTaking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
Loading comments...