Git Product home page Git Product logo

git-utilities's Introduction

README.md

This GitHub repository contains files referenced by Wilson Mar's Git and GitHub course.

File names ending in .ps1 are PowerShell scripts that run on Windows, but now also Mac and Linux machines after installing Microsoft's PowerShell.

File names ending in .sh are Bash scripts that normally run on Mac, and now also on Anniversary Edition Windows 10 machines. Such scripts are being phased out in favor of a PowerShell script for use by all.

Learners make use of two sets of scripts that issue git commands so you can experiment to see what happens when you make a change to commands.


git-hooks-install.ps1 should be run after cloning locally to install scripts that Git invokes automatically based on events. A git clone is necessary to re-build the database.

git-sisters-update.ps1 is a PowerShell script that clones a sample sample repository you forked on GitHub. It calls a script that sets git configurations for a project (or globally)
git_client-config.ps1

git-sample-repo-create.ps1 is a PowerShell script that creates a repository on your local clones your fork of a sample sample repository.

All these scripts create a folder, but that folder is deleted at the beginning of each run to make them "idempotent" in that each run of the script ends up in the same condition, whether run the first time or subsequent times.

The scripts contain an exit after each set of steps so you can examine the impact of the whole sequence of commands.

Additionally, diagrams (animated step-by-step in PowerPoint) have been prepared to illustrate the flow and sequence of commands.

Enjoy!

git-utilities's People

Contributors

mikeyhill avatar wilsonmar avatar

Watchers

 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.