Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 128 lines (114 sloc) 5.19 KB
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>GitHub How-To</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="css/bootstrap.min.css">
<style>
body {
padding-top: 50px;
padding-bottom: 20px;
padding-left:0px;
padding-right:0px;
margin:0 auto;
}
</style>
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="container">
<div id="title">
<h1>How to use this thing that is GitHub.</h1>
<h2>Hi Brianna. Here is a website 4 u to remember how to do things.</h2>
</div>
</div>
<!-- Example row of columns -->
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-3" id="one">
<h3>1.) Visit ur fave site (github.uconn.edu).</h3>
<p>Go to this website. (Just do it.) Now.</p>
</div>
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-3" id="two">
<h3>2.) New Repository.</h3>
<p>Go to the Repositories tab. Hit that green button, plz. Make that new repo, you go girl.</p>
</div>
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-3" id="three">
<h3>3.) Open Terminal.</h3>
<p>Here comes the fun part. U got this.</p>
</div>
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-3" id="four">
<h3>4.) Type Things. (Lots of Things).</h3>
<p>Do all of these things and don't mess up:</p>
<ul>
<li>git status</li>
<li>ls</li>
<li>cd Desktop</li>
<li>ls</li>
<li>cd DMD\ /3998</li>
<li>cd bmr13002</li>
<li>git clone _______ (paste the HTTPS URL)</li>
<li>ls</li>
<li>cd ________ (ur repository name)</li>
<li>git status</li>
<ul><li>now go outside the terminal and get some fresh air. put some files and ish into ur new repository folder and brace urself because it's time to push.</li></ul>
<li>git add .</li>
<li>git commit -a -m "blah blah blah"</li>
<li>git status</li>
<li>git push</li>
<li>git status</li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-3" id="five">
<h3>5.) Go back to GitHub.</h3>
<p>ASAP NOW HURRY. Git it, Git it.</p>
</div>
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-3" id="six">
<h3>6.) Refresh the ISH out of that page.</h3>
<p>Did ur stuff pop up? Yay u r a successful human being.</p>
</div>
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-3" id="seven">
<h3>7.) Make a Thing.</h3>
<p>Good ole HTML/CSS.... Perhaps some jaaaaaaavascript??? Whatever floats ur boat, u can do it @Brianna.</p>
</div>
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-3" id="eight">
<h3>8.) Push it Real Good.</h3>
<p>Don't be sto0pid. Git Commit to that ish and push it real good everytime you make legit changes... or else u r doomed and brofessor will fail u.</p>
</div>
</div>
</div>
<hr>
<footer>
<p>&copy; Brianna R US 2016</p>
</footer>
</div> <!-- /container --> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X','auto');ga('send','pageview');
</script>
</body>
</html>