- Cloning locally,
- Go to terminal
- Choose directory to save file (use cd to change directory, dir "windows" OR ls "Mac OS" to show what is in folder
- Use '''' git clone https://github.com/...... ''''
After doing some code....
- Go to terminal
- Locate folder for which clone was made
- Use '''' git status '''' to check how many files differ/changed
- Use '''' git init '''' to check which repo u r at
- Use '''' git branch '''' to know which branch u r at, DONT USE MASTER to add files
- Use '''' git push origin master '''' if u want to update your codes to what exists and you haven't done any coding yet since cloning!
- Else, follow the following process to add files, commit , push into git and Pull Request to be merged!
Then follow the process in the terminal local directory
- Create new branch locally
- Branch name should "feature/" followed by a condensed version of the task name
- Use
git checkout -b branch_name
to create branch locally
- Commit changes to branch
git add name_of_file_to_add
to add file (* for all files)git commit -m "commit_message"
to commit changes- commit_message should start with the task number in square brackets
- Push changes to branch
push remote origin branch_name
git push origin
- Pull request
- When the task is finished, open a pull request on the branch
- Set someone as a reviewer
- Once the review is complete, merge into dev.
Modern Business is a multipurpose, full website template for Bootstrap created by Start Bootstrap. This template includes 17 unique HTML pages and a working PHP contact form.
To begin using this template, choose one of the following options to get started:
- Download the latest release on Start Bootstrap
- Install via npm:
npm i startbootstrap-modern-business
- Clone the repo:
git clone https://github.com/BlackrockDigital/startbootstrap-modern-business.git
- Fork, Clone, or Download on GitHub
After downloading, simply edit the HTML and CSS files included with the template in your favorite text editor to make changes. These are the only files you need to worry about, you can ignore everything else! To preview the changes you make to the code, you can open the index.html
file in your web browser.
After installation, run npm install
and then run gulp dev
which will open up a preview of the template in your default browser, watch for changes to core template files, and live reload the browser when changes are saved. You can view the gulpfile.js
to see which tasks are included with the dev environment.
You must have npm and Gulp installed globally on your machine in order to use these features.
Have a bug or an issue with this template? Open a new issue here on GitHub or leave a comment on the template overview page at Start Bootstrap.
Start Bootstrap is an open source library of free Bootstrap templates and themes. All of the free templates and themes on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
Start Bootstrap was created by and is maintained by David Miller, Owner of Blackrock Digital.
Start Bootstrap is based on the Bootstrap framework created by Mark Otto and Jacob Thorton.
Copyright 2013-2019 Blackrock Digital LLC. Code released under the MIT license.