photoholic
1.0.0



Situs web galeri foto dibuat menggunakan HTML dan CSS yang dapat digunakan oleh fotografer yang bersemangat sebagai karya keterampilan mereka.
git clone https://github.com/your-username/photoholic.gitcd photoholicgit add . git commit -m "Your commit Message" git push origin branch-name1. Garukan repositori.
2. Kloning salinan proyek Anda ke dalam sistem lokal Anda.
git clone --depth 1 https://github.com/shivani1706/photoholic.git
3. Arahkan ke Direktori Proyek. ?
cd photoholic
**4.** Add a reference (remote) to the original repository.
Git Remote Tambah Upstream https://github.com/shivani1706/photoholic.git
**5.** Check the remotes for this repository.
git remote -v
**6.** Always take a pull from the upstream repository to your master branch to keep it at par with the main project (updated repository).
git tarik hulu utama
**7.** Create a new branch.
checkout git -b pr1
**8.** Search the "issue-finder" folder, add the modified HTML and CSS files and remove the previous ones.
**9.** Track your changes. ✔️
git add.
**10.** Commit your changes.
git commit -m "menarik PR pertamaku"
**11.** Push the committed changes in your feature branch to your remote repository.
git push -u asal pr1
**12.** To create a pull request, click on `compare and pull requests`. Please ensure you compare your feature branch to the desired branch of the repository you are supposed to make a PR to.
**13.** Add appropriate title and description to your pull request explaining your changes and efforts done.
**14.** Click on `Create Pull Request`.
**15.** Voila! You have made a PR to the project. Sit back and relax while your PR is reviewed by the maintainers.
## REPOSITORY STATUS



<br><br>
## Our Contributors
<a href="https://github.com/shivani1706/photoholic/graphs/contributors">
<img src="https://contrib.rocks/image?repo=shivani1706/photoholic" />
</a>
<br>
<div align="center">
Show some ❤️ by starring this awesome repository!
</div>