Wednesday, 15 December 2021

github repo to url

 Generate project static link

google api upload to drive Link Check this

list of steps how to make repo to url

1.go to git repo settings.

2.select pages.

3.select project main branch.

4.then u will get url with url link just browse and njy


add more 

give access to ur link using setting 





No comments:

Post a Comment

remove duplicates in an sorted array

  using System; public class HelloWorld {          public static void Main(string[] args)     {         int[] ar={2,2,3,3,4,6,6};          C...