Giter VIP home page Giter VIP logo

new_webpage's Introduction

IEEE ATEITH Student Branch New page

Copy the original repo

run git clone https://github.com/ieee-ateith-sb/new_webpage.git to copy the project.
run cd ./ieeewebsite to set the project directory as the working directory.
run npm install to install all required dependencies.
run npm start to start the react project.

contribute

To make changes to the project you have to

  • create a new local branch
  • push changes to that branch
  • make a pull request

run git branch [new_branch_name] to create a branch and git checkout [new_branch_name] to set it as active.
or
run git checkout -b [new_branch_name] to create and checkout to that branch immediately.

make your changes

run git add [file_name] [file_name_2] [etc] to add files to staging area
run git status to make sure all desired changes has been added correctly
run git commit -m "[a brief description]" to commit the changes
run git push [own_repository_name] [branch_name] to push changes to your own repository
Go to github and create a new pull request.

Copy the demo branch

run git fetch [remote name] demo to download the demo
the remote name is the ieee-ateith-sb remote repo name.
Remember that current branch has to be clean to checkout to another. See at troubleshooting how to overcome this.
run git checkout demo to change to the demo branch.
when you want to go back to master
run git checkout master

Git troubleshooting

Not a clean branch

If you want to checkout to another branch, but the current branch is not clean.
You can git stash the current changes (save them).
checkout to another branch, come back to this one and git stash apply to "paste" them again.

Find remotes

To list remote repositories run git remote -v.
To add a new remote repository run git remote add [name] [link].
To delete a remote repository run git remote remove [name].

new_webpage's People

Contributors

dpliakos avatar

Watchers

James Cloos avatar  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.