Skip to content

To help out the beginners in Getting to know GitHub and to participate in the HacktoberFest.

Notifications You must be signed in to change notification settings

prabhatap20/Dope_Scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dope_Scripts

To help out the beginners in Getting to know GitHub and to participate in the HacktoberFest. If the Language folder is not present, Create one as a part of it. After entering your script, add your name and GitHub profile into Contributors.md file.

Using git commandline :

Linux :

Git is natively installed in linux

Windows :

Windows users can download and install git commandline from here

Steps for Your First PR :

Follow the given Videos for learning how to make your first PR !!!

Your First PR (Part-1)

Your First PR (Part-2)

Commands Used

1) To clone Repo

git clone Repo_URL

2) To create a branch

git checkout -b Branch_name

3) To Add changes

git add .

4) To commit changes

git commit -m 'Your message'

5) To push Changes

git push GIT_URL Branch_name

REPOSITORY MAINTAINER :

Name : Balasubramanian.R

GitHub Profile : CyberKid2311

About

To help out the beginners in Getting to know GitHub and to participate in the HacktoberFest.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 82.1%
  • C++ 17.9%