Skip to content

Parth909/hackerscript_3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

git config user.name your_github_username

git config user.email your_github_email

git remote add origin https://github.com/Parth909/hackerscript_3.git

git branch -M main

git push -u origin main

Pulling Changes from Original Hackerscript Repo (from Parth909)

git remote add upstream https://github.com/Parth909/hackerscript_3.git

git fetch upstream

git merge upstream/main main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published