0% found this document useful (0 votes)
7 views4 pages

Assign 3

The document is an assignment from the Cloud Computing course at Shaheed Zulfikar Ali Bhutto Institute of Science & Technology, submitted by student Fahad Jahangir. It outlines steps for using Git, including staging files, committing changes with messages, renaming the default branch, and pushing code to GitHub. The assignment is part of the curriculum for the Computer Science Department, specifically for the BS(SE)-8A program.

Uploaded by

rajafahad027
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views4 pages

Assign 3

The document is an assignment from the Cloud Computing course at Shaheed Zulfikar Ali Bhutto Institute of Science & Technology, submitted by student Fahad Jahangir. It outlines steps for using Git, including staging files, committing changes with messages, renaming the default branch, and pushing code to GitHub. The assignment is part of the curriculum for the Computer Science Department, specifically for the BS(SE)-8A program.

Uploaded by

rajafahad027
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 4

Shaheed Zulfikar Ali Bhutto Institute of Science & Technology

COMPUTER SCIENCE DEPARTMENT

Total Marks: 04

Obtained Marks:

Cloud Computing
Assignment # 3

Submitted To: Mr. Syed Muhammad Aqleem Abbas


_______________________________________________________________________________________________________________________________________________________________________________________________________________________________________

Student Name: Fahad Jahangir


_______________________________________________________________________________________________________________________________________________________________________________________________________________________________________

Reg Number: 2080220


_______________________________________________________________________________________________________________________________________________________________________________________________________________________________________

CC BS(SE)-8A SZABIST-ISB
Shaheed Zulfikar Ali Bhutto Institute of Science & Technology

COMPUTER SCIENCE DEPARTMENT

 Stage the Files for Commit: Add all the files in the project folder to the staging area using the
command
 Commit the Staged Files: Commit the files with a meaningful message to save the
changes

CC BS(SE)-8A SZABIST-ISB
Shaheed Zulfikar Ali Bhutto Institute of Science & Technology

COMPUTER SCIENCE DEPARTMENT

CC BS(SE)-8A SZABIST-ISB
Shaheed Zulfikar Ali Bhutto Institute of Science & Technology

COMPUTER SCIENCE DEPARTMENT

 Rename the Default Branch (if needed): By default, Git uses master as the branch
name.
 Push the Code to GitHub: Push the committed changes to the remote repository on
the main branch:

CC BS(SE)-8A SZABIST-ISB

You might also like