Git Product home page Git Product logo

zorkalike's Introduction

We'll use this git repo to share code. We'll start simply and work up to more complex git interaction as we go.

If you're so inclined, you can learn all about git here: https://git-scm.com/doc

In the end this may be too much too fast, but I think it's worth a shot.

Getting a copy of this repository

First, you'll want to clone this repository to your pythonanywhere account. Open a bash console in pythonanywhere and run:

git clone https://github.com/abingham/zorkalike

This will print some stuff out, spin for a bit, and ultimately create a copy of this repository on your machine in a directory named "zorkalike".

Getting updates

As I make changes to this repo, you'll want to pull them down using "git pull". Start another bash console, cd to the directory created in the clone operation, and run:

git pull

This will pull down any changes I've put into to the repository.

Conflicting changes

A word of warning, though. If you've made any changes to the files in your copy when you do a pull, git may start trying to do merges and stuff. You may not want to deal with that yet.

To see if you've got any changes, run git status. If this doesn't say "working directory clean" at the end of its output, then you've got changes of some sort.

My advice is this. Prior to a pull, copy any changes you want to keep into some other other directory. Then do a git reset --hard master to reset your git repo to a clean state.

zorkalike's People

Contributors

abingham avatar ambingham avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.