Giter Club home page Giter Club logo

coffee-shop-recipes's Introduction

Pluralsight Course: Git Fundamentals

Course Resources

Steve's coffee shop recipe project

You can download the following zipped folder to have Steve's coffee shop recipes at the beginning. Use this project to following along in the course.

Bash script for "How to Modify and Fix Your Commits"

Use the following script to generage the 6 files to follow along with git amend, git reset, and git reflog.

for d in {1..6}; do touch "file${d}.md"; git add "file${d}.md"; git commit -m "adding file ${d}"; done

If you need one for powershell, you can use the following;

for ($d=1; $d -le 6; $d++) { Out-File file$d.md; git add file$d.md; git commit -m "adding file$d.md"; }

Next Steps

Customizing your terminal or command prompt

There are a lot of options out there, and it depends on what you decide to use and what operating system you're using.

Windows

Mac

Visualizing Git

Screen Shot 2023-03-12 at 9 18 43 PM

Here is a linked to my forked repository that you can use as a sandbox environment to visualize git commands.

Git's official documentation

Screen Shot 2023-03-12 at 9 18 06 PM

coffee-shop-recipes's People

Contributors

msreekanth02 avatar a-a-ron avatar

Watchers

 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.