Skip to content

Submit your best scripts here for Hactoberfest-2k19 in any language you prefer, if language folder not present, create one as a part of it, after script add your name and GitHub profile into Contributors.md file.

Notifications You must be signed in to change notification settings

abhisheksarwan/Hactoberfest-2k19

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hactoberfest-2k19

Submit your best scripts here for Hactoberfest-2k19 in any language you prefer, if language folder not present, create one as a part of it, after 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 : Deepak Chauhan

GitHub Profile : RoyalEagle73

About

Submit your best scripts here for Hactoberfest-2k19 in any language you prefer, if language folder not present, create one as a part of it, after script add your name and GitHub profile into Contributors.md file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 79.9%
  • C++ 11.9%
  • Python 8.2%