You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
3.1 KiB
43 lines
3.1 KiB
<!doctype html> |
|
<html> |
|
<head> |
|
<meta charset="utf-8"> |
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|
<title>My Learning Website</title> |
|
<link href="/styles/homepagestyles.css" rel="stylesheet" type="text/css"> |
|
<link href="/styles/styles.css" rel="stylesheet"> |
|
<link href="/webdevelopment/styles/styles.css" rel="stylesheet" type="text/css"> |
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> |
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// --> |
|
<!--[if lt IE 9]> |
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> |
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> |
|
<![endif]--> |
|
</head> |
|
<body> |
|
|
|
<div class="banner"> |
|
<h1 class="courselink_small"><a href="https://www.linkedin.com/learning/programming-foundations-version-control-with-git">Programming Foundations: Version Control with Git</a></h1> |
|
<h2 class="lecturer">LinkedIn Learning : Christina Truong : 2020</h2> |
|
</div> |
|
|
|
<article class="contents-article"> |
|
<p>The exercise files for this course can be downloaded from <a href="https://bitbucket.org/christinacodes/programming-foundations-git/downloads/" target="_blank">BitBucket</a>.</p> |
|
<p>Since the major reason for me learning Git is to use it with Dreamweaver, it may be worth adding a couple of useful links here.</p> |
|
<pre class="inset-overflow"> |
|
<a href="https://helpx.adobe.com/dreamweaver/using/git-support.html">Using Git in Dreamweaver.</a> The latest version of the book, Adobe Dreamweaver Classroom in a Book (2021) has a section on Git and references an Adobe webpage for help in setting up Git in Dreamweaver. The link doesn't work but this is the valid (as of today at least!!) link for that page. |
|
|
|
<a href="https://www.linkedin.com/learning/dreamweaver-working-with-git-version-control">Dreamweaver: Working with Git Version Control</a>. This course sounds ideal for using Git with Dreamweaver, but you have to bear in mind that it dates from 2017. In all likelihood, Git will not have changed very much in the last four years, but of course, Adobe tend to make quite radical changes in Dreamweaver over a short period of time, so it is questionnable how relevant this will be in 2021 as I am creating this page. In all likelihood, the information in the course will be really useful, but you will likely have to spend some time working out how to apply this in more recent versions of Dreamweaver. |
|
</pre> |
|
|
|
<div><a class="tile" href="introduction.html">Chapter 1 - Introduction to Version Control</a></div> |
|
<div><a class="tile" href="commandline.html">Chapter 2 - Git and the Command Line</a></div> |
|
<div><a class="tile" href="guis.html">Chapter 3 - Git and Graphical User Interfaces</a></div> |
|
<div><a class="tile" href="conclusion.html">Chapter 4 - Conclusion</a></div> |
|
<div><a class="tile" href="../webdevelopment.html">Web Development Page</a></div> |
|
<div><a class="tile" href="/index.html">Home</a></div> |
|
</article> |
|
|
|
</body> |
|
</html> |