CSCI-1080 Intro To CS: Web DevelopmentSaint Louis University Introduction to gitAt the end of this section you will learn how to create your own git ‘‘repository", how to turn your repository into a server storing your code (like box or dropbox). We are then going to use this server to host your website for your class project. Github.com (if you leave your repository public is free). To store and publish your files online you could alternatively use your SLU www folder. We will learn how to do so in class. You may even get a domain name of your choice. We will not cover this in class. In any case, learning how to use git (in depth) is extremely useful, not only if you plan your career on programming. Git is a powerful (opensource) version control system program, used by millions of people to track, coordinate and share computer files, e.g., documents, not just software development products. The name “git” was given by Linus Torvalds (creator and, for a long time, principal developer, of the first Linux operating system) when he wrote the very first version. You are not going to get tested on your Git knowledge in this class but I encourage you to learn git. You may download this Free “Git Book”. The first three chapters are useful. Create your own repository
Your page should look like this: Prepare your new repository to host your website
Create your local copy with Git cloneGit is already installed on hopper.slu.edu. If you want to use your own computer for your web development and you want github to hsot your domain you first need to install git. Then follow these instructions:
Upload your files to your remote GitHub repository
Delete your repositoryIt is useful to know how to delete a git repository. From github.com:
|