https://github.com/ashwanicoding/ust-assignment
The UST Git Assignment is designed to familiarize you with essential Git and GitHub operations. You'll create a local repository, manage branches, commit changes, push to GitHub, and handle ad-vanced tasks like stashing, squashing commits, and using Git bisect for troubleshooting.
https://github.com/ashwanicoding/ust-assignment
Last synced: about 2 months ago
JSON representation
The UST Git Assignment is designed to familiarize you with essential Git and GitHub operations. You'll create a local repository, manage branches, commit changes, push to GitHub, and handle ad-vanced tasks like stashing, squashing commits, and using Git bisect for troubleshooting.
- Host: GitHub
- URL: https://github.com/ashwanicoding/ust-assignment
- Owner: AshwaniCoding
- Created: 2024-08-08T22:50:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T09:54:51.000Z (almost 2 years ago)
- Last Synced: 2024-08-27T11:11:57.055Z (almost 2 years ago)
- Language: Java
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UST Assignments
This repository contains a Command-Line Interface (CLI) based Library Management System developed as part of the UST assignment. The system automates key library functions such as book management, issuing and returning books, calculating fines, and generating reports. It's designed to provide a streamlined and efficient way to manage library operations using simple command-line inputs.