Skip to content

nithishreddy262/Assignment4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Assignment4 - Nithish

Objective

This assignment helped me practice branching and understand basic Git Flow, including creating, switching, committing, and merging branches both locally and on GitHub.

Activity 1: Working with Branches

Step 1: Created a New Feature Branch

I created a feature branch using Visual Studio Code by clicking the branch icon in the bottom left and selecting + Create new branch.
I named the branch: feature/assignment4 before adding new branch

branches

after adding:

add

add

Step 3: Committed Changes on the New Branch

I made some changes to my markdown file (Assignment4nithish.md) on the feature/assignment4 branch and committed them: Alt text

Step 4: Pushed the Feature Branch to GitHub

I published my local branch to the remote using:

Alt text

Step 5: Created a Pull Request

Once the changes were pushed, I went to GitHub and created a Pull Request to merge feature/assignment4 into the main branch.

Alt text Alt text Alt text

Step 6: Deleted Remote Branch Metadata

After merging and deleting the remote feature branch on GitHub, I ran the following command to remove stale references to it from my local machine: Alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors