Course Code BCS358C
CIE Marks 50
Teaching Hours/Week (L:T:P: S) 0: 0 : 2: 0
Credits 01
Examination type (SEE) Practical
SEE Marks 50
Exam Marks 100
Experiments
1 Setting Up and Basic Commands
Initialize a new Git repository in a directory. Create a new file and add it to the staging area
and commit the changes with an appropriate commit message.
2 Creating and Managing Branches
Create a new branch named "feature-branch." Switch to the "master" branch. Merge the
"feature-branch" into "master."
3 Creating and Managing Branches
Write the commands to stash your changes, switch branches, and then apply the stashed
changes.
4 Collaboration and Remote Repositories
Clone a remote Git repository to your local machine.
5 Collaboration and Remote Repositories
Fetch the latest changes from a remote repository and rebase your local branch onto the
updated remote branch.
6 Collaboration and Remote Repositories
Write the command to merge "feature-branch" into "master" while providing a custom