Code Monkey home page Code Monkey logo

plpbasicgitassignment's Introduction

PLPBasicGitAssignment

learning git and github

PLPBasicGitAssignment

Task 1: Repository Setup

1. GitHub Repository Creation

Log in to your GitHub account. Create a new repository named PLPBasicGitAssignment. Initialize the repository with a README file. Create a new folder on your local machine named PLPBasicGitAssignment. Open a terminal or command prompt and navigate to the created folder.

cd path/to/PLPBasicGitAssignment Initialize a new Git repository in your local folder. git init Link your local repository to the GitHub repository you created in Task 1. git remote add origin your repository link Inside your local folder, create a new text file named hello.txt and add a simple text message "Hello, Git!". echo "Hello, Git!" > hello.txt Stage the changes. git add hello.txt Commit the changes. git commit -m "Add hello.txt with a greeting" Push the committed changes to your GitHub repository. git push -u origin master

plpbasicgitassignment's People

Contributors

marlyn113 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.