Giter Club home page Giter Club logo

ucl-cs-2020-guestbook's Introduction

Welcome to CS @ UCL!

If you've reached this repository, well done - you've reached the end of my Intro to Git & GitHub talk!

Reminders

Here are a few reminders from the talk:

  • Git is a time machine (kind-of)
    • you can go back in time
    • you can rewrite history
    • you can collaborate with others on code
  • projects are split into repositories
  • you make a commit to make a 'checkpoint' of your code
  • GitHub is a website that lets you manage and host your Git repositories, and provides a pretty UI to do so (it also has a bunch of features to help make it easier to work with others on projects!)

Remember to register for the GitHub Student Developer Pack for a bunch of free perks!.

Your challenge

Use GitHub's interface, GitHub Desktop, or the Git CLI (terminal!) to edit the GUESTBOOK.md file and add your name (or username!) and a short fact(s) about yourself so we can get to know each other!

If you want to add a link to a personal website, or social media, or even a picture of yourself, feel free to do so too!

Remember: everything in a public repository (like this!) can be seen by the entire world -- make sure you add a fact you are happy with anyone knowing and are happy with it being linked to your GitHub profile!

Here's an example of the Markdown-formatted text you can add to the file:

### Shubham Jain
I loooveeeeee the [Chuck](https://www.nbc.com/chuck) TV series

Instructions

If you can't remember, these are the steps you'll need to take to add your name to the Guestbook:

  1. Go to the repository on GitHub at https://github.com/shu8/ucl-cs-2020-guestbook

  2. Fork the repository using the "fork" button at the top right of the repo, or using this URL: https://github.com/shu8/ucl-cs-2020-guestbook/fork

  3. Clone the forked repository (only needed if you are using the command line):

    git clone https://github.com/YOUR-USERNAME/ucl-cs-2020-guestbook
  4. If you're:

  5. If you're:

    • using the command line: stage your files, and commit them: git add GUESTBOOK.md followed by git commit -m "Add YOUR-NAME"
    • using the GitHub interface: add a short commit message at the bottom of the edit page, and press "Commit changes". This will also automatically push your changes
  6. If you're using the command line, you'll need to push your changes: git push origin main.

  7. Make your pull request! Go to https://github.com/shu8/ucl-cs-2020-guestbook/compare and choose "compare across forks", find your forked repo, and submit! One of the Senior Programming Tutors (myself, Shirin, Brian, or Ethan) will accept your Pull Request as soon as possible!

You can find the final Guestbook as a webpage at https://shu8.github.io/ucl-cs-2020-guestbook/GUESTBOOK.html!

Demos

If you're using the command line:

Example of using Git on the command line

If you're using the GitHub interface:

Example of using the GitHub interface

Where to get help

If you're having any problems following these steps, feel free to make an issue at https://github.com/shu8/ucl-cs-2020-guestbook/issues/new -- this will let any one of the Senior Programming Tutors see your issue and reply to you as soon as possible!

ucl-cs-2020-guestbook's People

Contributors

bymi15 avatar shu8 avatar amalteser avatar prithvikohli avatar davidyz avatar jasonho2582001 avatar anevgi avatar abinav-baskar avatar adnathanail avatar arslanaftab avatar danieeeel02 avatar ericma1999 avatar greenfrogs avatar 1n3sh avatar lokeyli avatar hzlmy2002 avatar mbrynt avatar sam2402 avatar sansthemedic avatar slushiegoose avatar surajvkothari avatar therootof3 avatar v1ncenttt avatar yufei-gu avatar aaishaniraula avatar clarytin avatar dxing20 avatar gui-source avatar jhtk0426 avatar mike-junmin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.