Skip to content

rahulbhatra/crime_rate_analysis_and_prediction

Repository files navigation

crime_rate_analysis_and_prediction

Git Instructions: Clone Project: git clone https://github.com/rahulbhatra/crime_rate_analysis_and_prediction.git To Switch to Another Branch use following command: git checkout existing_branch_name To Switch to New Branch use following command: git checkout new_branch_name (branch will exist only on local machine until we push it to origin) Add File Name (stage the file) git add filename git add * (add all the files which are unstage) Commit git commit -m "message of the commit" (Please commit with sensible and clear message do not commit again and again) Push git push origin branch_name (Please make sure you are not pushing on the main branch)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published