Welcome to Git: Commit Amend - Basic (Java) . This question is used to evaluate your skills on creating a new branch and pushing it to remote in Git. For this, you will be evaluated based on the following operations. The remote repository has been pre-configured into your local git repository. Your local git repository will be linkedlist_java . Push the master branch of local git repository to the remote repository. Create a new branch with the name new_branch . Make a change to the Java program file (do not remove it), make a commit and push the branch. Amend the commit to change the commit message. Optionally, you can push it to remote. Note 1: Do not miss out to run Project -> Install . Note 2: The branch names must not be mis-spelt. Note 3: The IDE's Git will not work in the local repository. Use Terminal for it. ---------------------------------------------------------------------------------------------------...
Python programming related things