GithubHelp home page GithubHelp logo

nishkarshraj / opengenus-internship Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 3.11 MB

Published articles during my intern @OpenGenus

Home Page: https://nishkarshraj.github.io/OpenGenus-Internship/

License: MIT License

internship internship-task open-source opengenus

opengenus-internship's Introduction

OpenGenus-Internship

Published articles during my intern @OpenGenus at link

1. HTML Elements: Tables

2. HTML Features: Drag and Drop

GitHub link

3. HTML Elements: Lists

GitHub link

4. HTML Elements: Class and Id attribute

5. HTML Links with targets

6. CSS Elements: Border

GitHub link

7. CSS Elements: Margin

GitHub link

8. CSS Elements: Padding

GitHub Link

9. CSS Positioning: Z-index

10. CSS Positioning

11. Apache Maven=> Create a Java project using Command line

12. Sidebar implementation in HTML

13. Shell Scripting Basics

GitHub

14. Shell Scripting Looping Structures

15. Shell Scripting Control Structures

16. Functions in Shell Scripts

17. Full Stack Calculator Project using DevOps tools

GitHub Link

18. Automated Backup in Linux

19. Crontab Scheduler

20. GNU Tape Archiver Compression tool for Unix like systems

21. SonarQube for Code coverage and Analysis

22. GitHub Actions

GitHub Link

23. Introduction to Containerization using Docker

GitHub Link

How to collaborate

Fork a repository

$ git clone "Upstream repository URL"
$ cd <Repository name>
$ git fork

Synchronizing forked repository with upstream repository (source of fork)

$ git remote add upstream "<url of upstream>"
$ git fetch upstream
$ git checkout master
$ git merge upstream/master
$ git push -f origin master

Creating a workflow on another branch

$ git branch <feature_branch>
$ git checkout <feature_branch>

Do your work on this branch and then perform following steps

$ git add <files>
$ git commit -m "commit message"
$ git push -f origin <feature_branch>

Creating pull request

Create a pull request from your fork's feature branch to upstream's master branch.

GitHub Documentation

Merge a pull request (Code review if owner of repository)

Step 1: Merge changes on local machine

$ git fetch origin
$ git checkout -b <branchname> origin/<branchname>
$ git merge master

Step 2: Merge the changes and update on GitHub.

$ git checkout master
$ git merge --no-ff <branchname>
$ git push origin master

opengenus-internship's People

Contributors

nishkarshraj avatar

Stargazers

 avatar  avatar  avatar

Watchers

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