Git Flow, Command Line and Git Commands
Git Flow, Command Line and Git Commands
● css
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/b
ootstrap.min.css">
● js
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+O
rCXaRkfj" crossorigin="anonymous"></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle
.min.js"
integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3Mo
K7ZeZDyx" crossorigin="anonymous"></script>
JQUERY:
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="./assets/js/script.js"></script>
Moment:
<script
type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.27.0/moment.min.js
"></script>
Git terminology
Directory ~ folder
Git command Action
Git revert + “HSA we want to revert to” Reverts to a specific version of repo using
HAS (first 7 characters of version ID)
Git clone + copy link from github repo Copies remote repo to local machine
(code)
Cd current directory
VSCode
Command Action
Element-name {
}
Element-name1, Element-name2 {
}
Parent-element child-element {
}
Parent-element>child-element {
}
CSS variables with be very usful Sort of like creating a tag full of rules you
can apply to any element
–name: what does the rule do; background-color: var(--name);
Question: we are learning basics and building off of them (html styling, css
properties to move things around, grid, flexbox) but are we going to always
have to use discretion and think critically about which to use or are we just
building a foundation up to a best practice and in the end we will pretty
much always use flexbox?
! No operator
QUESTION: What do you recommend as the best way to study/absorb this rapid material?
Doing a combo of things but wondering the best way to split my time…building? Watch videos?
Read documentation? Play games?
Feeling like i am getting stuck on CSS - really easy for me to get turned around in my code and
concerned since we are moving forward quickly