nithune312 / betasquirrel-tasks

Assignments from betasquirrel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

betasquirrel-tasks

Assignments from betasquirrel

Coding-task

Requirements

requirements output
Task-1 Task-1
Task-2 Task-2
Task-4 Task-4

Read the below pages and attend the tests.

Linux commands

  • cd -Change current directory. Ex:cd desktop, cd ..
  • ls -List contents of a directory. Ex: ls -a list hidden files as well.
  • pwd -Display current working directory path
  • cat -Display contents of a file. Ex: cat README.md
  • mkdir -To creat one or more directories.
  • clear -To clear git bash.
  • rm -To remove file.

GIT commands

  1. git config configure git user. Ex: git config --global user.name "nithune312", git config user.email nithune312@gmail.com
  2. git clone clone a remote git repo to your local. Ex: git clone https://github.com/nithune312/betasquirrel-tasks.git
  3. git addAdd your file changes to git. Ex: git add ..
  4. git commitcommit changes to git. Ex: git commit -m "Initial commit"
  5. git pushPush your local commits to remote repo. Ex: git push origin main
  6. git stashtakes your uncommitted changes,saves them away for later use,and then reverts them from working copy.
  7. git pullis used to fetch and download content from a remote repository and immediately update the local repository to match that content.
  8. git diffhelps you see,compare,and understand changes in your project.
  9. git reset --hardremove all changes
  10. git logsee commit history

Task 5

my website

https://nithune312.github.io/betasquirrel-tasks/

my stackoverflow link

https://stackoverflow.com/users/21210149/nithun-e

my linkdin link

https://www.linkedin.com/in/nithun-e-25a267266/

About

Assignments from betasquirrel


Languages

Language:HTML 53.5%Language:CSS 46.5%