Giter Club home page Giter Club logo

betasqu-tasks's Introduction

betasqurirrel-tasks

view of all tasks

linux comment

  • cd - enter to directory. Ex: cd file name
  • cd -- - back from floder to directory. Ex: cd --file name
  • ls - show files in directory.
  • ls -a - show hidden files in directory.
  • pwd - show current working directory.
  • cat - show contents in file. Ex: cat filename
  • mkdir - to create a folder in directory ex:mkdir folder name
  • rm -rf - remove folder in directory Ex:rm -rf folder name

git comments

  1. git config - Configure git user. Ex: git config --global user.name "farhanareekode", git config --global user.email "[email protected]"
  2. git clone - Clone a git repositories to your local. Ex: git clone [email protected]:farhanareekode/betasqu-tasks.git,
  3. git add - Add your file changes to git. Ex: git add file name.,
  4. git add . This a shortcut to add all file to git
  5. git commit - Commit changes to git. Ex: `git commit -m "Initial commit"
  6. git push - Push your local commits to repositories. Ex: git push origin main
  7. git pull - Pull updates your current local working branch. Ex: git pull new-folder
  8. git status - To know current status.

Task overview

Requirements Output
Task 1 Output 1
Task 2 Output 2
Task 4 Output 4

Task 3

Read and understand

Task 5

Read and understand

betasqu-tasks's People

Contributors

farhanareekode avatar

Watchers

 avatar

Forkers

anandkjoy

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.