Author: Mensah Gad Kwame Student ID: 11116918
Welcome to University of Ghana, Computer Science department website. This website was created as means for people whoseknowledge of the University of Ghana, Deparpment of computer Science are lacking to be able to gain access to update information.
Getting Started Creating a forked remote repository
- Go to the repository tou wish to fork
- Click on the fork button
- Follow the prompt and create the repository
Creating a Local Repository
- Open the folder you wish to use as your local repository
- open a powershell terminal by typing powershell in the directory address bar and press enter
- In the opened terminal, Type "git init" to initialize a local repository and press enter
- Type in "git branch -M main" to give a branch name to your local branch and press enter
Linking the Remote Repository to the Local repository
- open a powershell terminal
- Type in "ssh-keygen -o" to create a public and private ssh key and press enter
- Type In the name of the folder you wish to store the ssh key (optional)
- Type in a passphrase (optional)
- Type in "cd folder name" to access the folder in which you stored the ssh key
- Type in "cat id_rsa.pub" to view the ssh key
- Copy the ssh key
- Open github
- Open Settings
- Clck on SSH and GPD keys
- Click on Add SSH key
- Paste the ssh key you copied previously in the textbox provided
- Copy the URL of your the repository you created
- Open a Powershell terminal
- Type in "cd and the name of the folder you are using as your local repository
- Type in "git remote add origin and the paste the URL of the remote repository
- Type in "git clone and the URL of the repository" to clone it
After ypu have have linked the remote repository and the local repository you will be able to push files and other media
If you wish to stage a file type in "git add filename" if you wish to stage mutilple files type in "git add ." If you wish to commit files type in "git commit -m "message"" If you wish to push files to the to the remote repository type in "git push origin "URL"
Home
screenshots of Homepage
Screenshots of About page
Screenshots of Catalog
Screenshot of Research page
Screenshot of Events page
Contact
Screenshot of Contact page
Languages used
- HTML
- CSS
- Javascript
- Git
Skills Improved
- HTML related skills
- Css related skills
- Javascript related skills
- Git related skills
All problems faced were solved by
- Seeking help from Tutors
- Using AIs like Chatgpt
- Using Websites like www.w3schools.com
- Watching Videos on youtube channels

















