Git Product home page Git Product logo

portfolio-3.0's Introduction

portfoliobootstrap

This website displays the student portfolio of work for a fictitous Jane Doe. It makes use of the bootstrap framework. The main file index.html is released to the public domain.

Follow these steps to use this repository (assumes a Linux / Apache2 server with public_html web folders and git):

  1. To see your globals type: git config --list

  2. If missing email or name then give the next two commands:

a. git config --global user.email "[email protected]"

b. git config --global user.name "First Last"

  1. Change into your public_html folder and type:

git clone https://github.com/profphillips/portfoliobootstrap.git

  1. cd portfoliobootstrap

  2. Create a new empty (don't even have a readme file) repository on GitHub -- perhaps named portfolio2.

  3. git remote -v

  4. Change the remote to your new repository:

git remote set-url origin https://github.com/youraccountname/portfolio2.git

  1. Check the remote again and make sure it points to your repository: git remote -v

  2. Make some changes to index.html and save

  3. git status

  4. git add .

  5. git status

  6. git commit -am "your comment here"

  7. git status

  8. git push -u origin master

  9. Make more changes. If no new files are added you can just type:

a. git commit -am "new comment"

b. git push

  1. Verify your files are in your new repository on GitHub.

portfolio-3.0's People

Contributors

jacques2826 avatar

Watchers

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